diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-06-30 11:15:02 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-06-30 11:15:02 -0400 |
commit | 717950d00c7cc352efe8b05c3db84d0e6250474c (patch) | |
tree | ec52de4ddd26cef989c0cd0aee8f57e8f20e69e0 /README.md | |
parent | 94751bc156a28a941335e1321699b314c6466f38 (diff) | |
download | PowerSploit-717950d00c7cc352efe8b05c3db84d0e6250474c.tar.gz PowerSploit-717950d00c7cc352efe8b05c3db84d0e6250474c.zip |
Added Get-Keystrokes
Get-Keystrokes is a PowerShell keylogger
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -128,6 +128,10 @@ Locates single Byte AV signatures utilizing the same method as DSplit from "clas **All your data belong to me!** +#### `Get-Keystrokes` + +Logs keys pressed, time and the active window. + #### `Get-TimedScreenshot` A function that takes screenshots at a regular interval and saves them to a folder. |