Jump to content

how i run program on rubber Ducky Usb


Recommended Posts

First you will need the TwinDuckFirmware flashed on your ducky. (Here are more information, Firmwares are here) - c_duck_v2.1.hex is the TwinDuck Firmware if i'm not mistaken.

After this, this cmd line will start file.exe from the root of your sdcard.

for /f %a in ('wmic logicaldisk get volumename^,name ^| find "DUCKY"') do start %a\file.exe

it just loops through all of your available devices and picks the one which is labeled "DUCKY" (just label your sdcard as DUCKY) and saves the drive leter in %a so if your ducky is mounted for example as H: then %a will be H: .

Hope this helps.

Edited by ThoughtfulDev
Firmware link added
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...