jsdraven Posted December 28, 2012 Share Posted December 28, 2012 (edited) Hay all, After getting my AWESOME ducky and some support to get it ducking all over the place I wanted to give back. I was also hoping to start something with this a little bit bigger with this idea as well. I have come up with what I think is a good beginner ducky paylode that could be pre installed onto the duck when it ships (just an idea). Of the below code I was thinking about bringing the last command to the forefront so it is running while the duck quacks out the rest of its instructions. REM ---------------------------------------------------- REM JSDRavens Intro to Ducky Payload REM WINDOWS ONLY REM This is an example of code and some REM possibilities you can do with the Ducky. REM ---------------------------------------------------- DELAY 5000 WINDOWS r DELAY 150 STRING cmd ENTER DELAY 250 STRING cd "%userprofile%/desktop" ENTER STRING copy NUL intro.html ENTER STRING notepad intro.html ENTER DELAY 100 STRING <p><a href="http://avocado.hak5.org/">USB Rubber Ducky Main Page</a> ENTER STRING <p><a href="http://forums.hak5.org/index.php?showforum=56">USB Rubber Ducky Forums</a> ENTER STRING <p><a href="http://www.iducke.com/Encoder/IDE">USB Rubber Ducky Online Encoder</a> ALT F4 ENTER DELAY 100 STRING exit ENTER WINDOWS r DELAY 150 STRING file:///%userprofile%/desktop/intro.html ENTER DELAY 3000 WINDOWS r DELAY 150 STRING http://www.youtube.com/watch?v=Mh85R-S-dh8 ENTER Edited December 28, 2012 by jsdraven 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.