Jump to content

Rubber ducky not working


Recommended Posts

So I recently got my rubber duck and I took the micro sd card out and wrote a custom payload with the online duck toolkit. I copied the .bin file to the micro sd and put it back in the duck. When I plug the duck in the payload doesn't run and it flashes a blue light once. Any ideas on why it's not working? I tried pressing the button but it doesn't help...

Link to comment
Share on other sites

Here is my payload, and I compiled it using the only duck toolkit encoder also I'm using windows 8:

REM First payload
DELAY 5000
GUI r
DELAY 300
STRING notepad
ENTER
DELAY 300
STRING @@@@@ @@@@@
ENTER
STRING @@@@@@@ @@@@@@@
ENTER
STRING @@@@@@@ @@@@@@@@@@@@@@@ @@@@@@@
ENTER
STRING @@@@@@@@ @@@@@@@@@@@@@@@@@@@ @@@@@@@@
ENTER
STRING @@@@@ @@@@@@@@@@@@@@@@@@@@@ @@@@@
ENTER
STRING @@@@@ @@@@@@@@@@@@@@@@@@@@@@@ @@@@@
ENTER
STRING @@ @@@@@@@@@@@@@@@@@@@@@@@@@ @@
ENTER
STRING @@@@@@@ @@@@@@ @@@@@@
ENTER
STRING @@@@@@ @@@@ @@@@@
ENTER
STRING @@@@@@ @@@@ @@@@@
ENTER
STRING @@@@@@ @@@@@@ @@@@@
ENTER
STRING @@@@@@@@@@@ @@@@@@@@@@
ENTER
STRING @@@@@@@@@@ @@@@@@@@@
ENTER
STRING @@ @@@@@@@@@@@@@@@@@ @@
ENTER
STRING @@@@ @@@@ @ @ @ @ @@@@ @@@@
ENTER
STRING @@@@@ @@@ @ @ @ @ @@@ @@@@@
ENTER
STRING @@@@@ @@@@@@@@@@@@@ @@@@@
ENTER
STRING @@@@ @@@@@@@@@@@ @@@@
ENTER
STRING @@@@@ @@@@@@@ @@@@@
ENTER
STRING @@@@@@@ @@@@@@@
ENTER
STRING @@@@@ @@@@@
Link to comment
Share on other sites

  • 2 months later...

I think this is due to the fact that the online ducky toolkit isn't so reliable. I too used the toolkit as soon as I got my ducky and it didn't work. I then decided to write my own easy script to test and see if my ducky was broken. Sure enough it worked! My suggestion would be to write your own basic script and see if that works. Once you learn how to write the ducky code, you can easily problem solve for more complicated programs. My first Payload is located here if you want to test it out. https://forums.hak5.org/index.php?/topic/35007-payload-wifi-profiles-computer-info-emailed-to-gmail/?hl=%2Bwifi+%2Busb+%2Brubber+%2Bducky

I hope this helps

Link to comment
Share on other sites

you can try the online ducky toolkit by creating the payload and then decode yourself (instead of getting the Bin file directly). that sould work... (java -jar encoder.jar -i input.txt -o payload.bin -l /sources/XX.properties)

On the other hand, I recomend you to start with a 'GUI m' just to verify that any other window it´s taking the control of the pointer:

REM First payload
DELAY 5000
GUI m
DELAY 300
GUI r
DELAY 300
STRING notepad
ENTER
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...