PowerShellMafia / PowerSploit

PowerSploit - A PowerShell Post-Exploitation Framework
Other
11.68k stars 4.59k forks source link

Get-Keystrokes not logging every letter on windows 10 64bit. Also erases the log file everytime the script is run. #337

Open merrychrishna opened 4 years ago

merrychrishna commented 4 years ago

Get-Keystrokes is kind of broken on windows 10 64bit.

Its not logging every letter. I typed "test" and only t t was logged in the log file.

I also noticed that the log file does not continue to log where the last logged text left off. Instead, the log is erased every time you start the script.

It would also be nice to show in the log which window title and or browser tabs each line of text is being entered with.

and lastly, instead of each letter being entered on a new line, could you please make each word be on a new line? Or have two versions of get-keystrokes that we can chose from being one with each letter on a new line and the other with each word being on a new line?