Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-13 | Fixed Pester/PassThru | Jesse Davis | 1 | -1/+1 | |
2016-01-13 | Fixed Pester/PassThru | Jesse Davis | 1 | -7/+8 | |
2016-01-13 | Fixed Pester/PassThru | Jesse Davis | 1 | -2/+6 | |
2016-01-11 | Update Get-Keystrokes.ps1 | Jesse Davis | 1 | -4/+4 | |
2016-01-09 | new Get-Keystrokes | Jesse Davis | 1 | -207/+318 | |
2015-12-14 | Adding PollingInterval param to Get-Keystrokes | Matt Graeber | 1 | -3/+15 | |
Incorporates idea from @obscuresec in issue #50. | |||||
2015-05-10 | Fix for headings in wrong order | Jonathan | 1 | -1/+1 | |
The column headings in the log file are out of order, e.g. ``` "TypedKey","Time","WindowTitle" "Document1 - Word","[Shift]","01-05-2015:20:53:29:28" "Document1 - Word","[Shift][Shift]","01-05-2015:20:53:29:31" "Document1 - Word","[Shift]","01-05-2015:20:53:29:38" ``` The "WindowTitle" should be the first column heading like this, ``` "WindowTitle","TypedKey","Time" "Document1 - Word","[Shift]","01-05-2015:20:53:29:28" "Document1 - Word","[Shift][Shift]","01-05-2015:20:53:29:31" "Document1 - Word","[Shift]","01-05-2015:20:53:29:38" ``` | |||||
2013-11-13 | Normalized all scripts to ASCII encoding | mattifestation | 1 | -2/+2 | |
2013-08-17 | Get-Keystrokes now accepts relative paths | Matt Graeber | 1 | -1/+3 | |
2013-06-30 | Added Get-Keystrokes | Matt Graeber | 1 | -0/+247 | |
Get-Keystrokes is a PowerShell keylogger |