RoninSmurf Posted December 20, 2014 Posted December 20, 2014 I had a couple questions if anyone has the tine and patience to answer this: I've been playing around with the Ducky and been digging through the forums, however I'm still having a issue launching the inject properly. The systems that I am testing on are Windows 7, 8, and 8.1 Running the script through the online encoder US keyboard and OS Tried formatting the SD card Tried multiple computers One example is when I run the "Hello world!" script: GUI rDELAY 500STRING notepad.exeENTERDELAY 1000STRING Hello World! It doesn't run unless I already have notpad open. Looking over that script it looks like it's supposed to open it first then type the "Hello World!" in The second example is launching a webpage when the Ducky is plugged in: GUI r DELAY 500 STRING start "link" "https://www.hak5.org" ENTER DELAY 1000 The DOS box flashes briefly, however nothing happens after that point. In all cases the Ducky's green light remains on and blinking which looking over the forums is a good sign as that means it's communicating to the computer (from what I understand). Thanks for your help on helping me understand this device. Quote
mw3demo Posted December 20, 2014 Posted December 20, 2014 I think your problem is the missing delay at the beginning, as the usb is plugged in and needs to load drivers etc. Try adding "DELAY 3000" before "GUI r" Quote
RoninSmurf Posted December 21, 2014 Author Posted December 21, 2014 Ahhh... I thought it was probably something simple that I missed. Works great now on my Windows 8.1 test system thank you! That went a long way in helping me understand how to properly use this now. I also found a error in my open URL inject which I corrected to the following (works now): DELAY 3000 GUI r DELAY 500 STRING cmd /c start http://www.hak5.org ENTER DELAY 1000 Thanks for the help and quick reply Quote
mw3demo Posted December 21, 2014 Posted December 21, 2014 Glad you are now up and running with your ducky! :) Quote
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.