Jump to content

Broti

Active Members
  • Posts

    233
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Broti

  1. Hi,

    does the txt file contain your payload?

    If so, you have to compile it first.

    So you can use http://ducktoolkit-411.rhcloud.com/Encoder.jsp

    - or -

    on your local system: https://forums.hak5.org/index.php?/topic/32943-encoder-duckyencoder-gui-10-editor-with-syntax-highlighting/ (Just copy the gui into the Enconder folder.)

    After that jcopy the inject.bin to the root of the sd card and have phun with the ducky :)

    Cheers!

  2. check the end of the FAQ for the firmware:

    Why Composite Firmware?

    Brings back the old Autorun/ USB-Switchblade attacks.

    Function

    To access Programs on the SDcard you are advised to label the SDcard eg. DUCKY

    Ubuntu

    The USB partition is normally mounted at /media/LABEL e.g. /media/Ducky

    OSX

    OSX will auto mount at /Volumes/LABEL e.g. /Volumes/Ducky

    Windows

    Depending on the number of additional Drives/Partitions the Ducky could appear on E:\ or F:\

    Use wmic to dynamically locate the right drive letter

    for /f %d in ('wmic volume get driveletter^, label ^| findstr "DUCKY"') do set myd=%d

    Then execute your payload (this example duck.bat)

    %myd%/duck

×
×
  • Create New...