Jump to content

[Question] Trouble using USB Rubber Ducky


SteveFrench
Go to solution Solved by overwraith,

Recommended Posts

Hello, I received my USB Rubber ducky in the mail today, and am not having any luck trying to get started.

I tried going to USBrubberducky.com, and was redirected to avocado.hak5.org (an empty page)

Instead, I downloaded the repository found here -> https://github.com/hak5darren/USB-Rubber-Ducky

All of the tutorials I have found use linux, and I am using Windows. I'll just be honest and say I have no clue what I'm doing.

Please help me......

Link to comment
Share on other sites

Posted · Hidden by no42, February 5, 2013 - Double Post Clean Up
Hidden by no42, February 5, 2013 - Double Post Clean Up

Hello, I received my USB Rubber ducky in the mail today, and am not having any luck trying to get started.

I tried going to USBrubberducky.com, and was redirected to avocado.hak5.org (an empty page)

Instead, I downloaded the repository found here -> https://github.com/hak5darren/USB-Rubber-Ducky

All of the tutorials I have found use linux, and I am using Windows. I'll just be honest and say I have no clue what I'm doing.

Please help me......

Link to comment
  • Solution

The webpage (http://www.usbrubberducky.com) should be fixed eventually, as are most things on the internet.

First watch the Quack Start video here:

http://hakshop.myshopify.com/products/usb-rubber-ducky

Then read through the Duck Script Syntax here:

http://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript

Then Read through a few payloads here (only execute them if you know what they're doing):

http://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payloads

Then search through the forums here, I'm sure there's something on getting started here somewhere.

To compile a duckscript use the following command line syntax in the command line:

java -jar encoder.jar -i E:\folder\inputFile.txt -o E:\inject.bin

Someday you will want to learn about flashing, midnitesnake is the person to see about that. You can send him a message using the forum tools at the top of the screen.

I'm sure other people will have good advice too...

Edited by midnitesnake
added URL
Link to comment
Share on other sites

Hello,

A great place to start is the Wiki - https://github.com/hak5darren/USB-Rubber-Ducky/wiki

this has payloads, tutorials (well one), software, etc.

you will need to have java loaded on your PC, and then get the encoder (i recommend ver 2.2). Once you have that, you can write your script and compile with the encoder.

Name your compiled script inject.bin, copy to the duck, test and enjoy.

Link to comment
Share on other sites

The webpage should be fixed eventually, as are most things on the internet.

First watch the Quack Start video here:

http://hakshop.myshopify.com/products/usb-rubber-ducky

Then read through the Duck Script Syntax here:

http://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript

Then Read through a few payloads here (only execute them if you know what they're doing):

http://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payloads

Then search through the forums here, I'm sure there's something on getting started here somewhere.

To compile a duckscript use the following command line syntax in the command line:

java -jar encoder.jar -i J:\folder\inputFile.txt -o J:\inject.bin

Someday you will want to learn about flashing, midnitesnake is the person to see about that. You can send him a message using the forum tools at the top of the screen.

I'm sure other people will have good advice too...

Hey, I get an error saying "unable to access jarfile encoder.jar"

Link to comment
Share on other sites

Is the jar file in the same directory as the directory you are running the command from? The file either has to be in the same directory that you are using it, or you need to put the full path before the encoder name.


Try the following first:
java -jar encoder /?
I think this will fix your problem: 

java -jar J:\folderName\encoder.jar -i inputFile -o outputFile

A way to get around this is to put the encoder someplace like on your system drive's root, and add the encoder's file to the system path.

Edited by overwraith
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...