Jump to content

BadUSBDude

Active Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by BadUSBDude

  1. Open a cmd window, type "echo hello world". Essentially, thats what the ducky does, or you are trying to do. What you posted, is the steps in which the ducky uses as instructions, to carry this out. Your syntax may be wrong on how to use the duck, so check the documentation on how to script it and make sure your duck encoder, is writing in the proper format to execute the files on the ducky.

    http://192.64.85.110/?duckyscript

    The ducky should hit the windows key like a human but he doesnt do it. Thats the problem. Windows key without a other just like : windows r

    dont work. I read the documentation twice. Thats my fix, but i want to put the sting in win 7, wenn you push windows key you can also write commands.

    DELAY 2500

    WINDOWS r

    STRING cmd /K echo hello world

    DELAY 100

    ENTER

  2. Try "GUI r"? It should open the run dialogue as opposed to just opening the Windows start menu, and it should open the command prompt with the string you provided.. Not sure if the /K will actually perform the enter keypress because I don't have a Rubber Ducky of my own, but it's worth a shot.

    Thank you, i tried and it worked.

  3. Hello ,

    ich have this script:

    DELAY 2500
    WINDOWS
    STRING cmd /K echo hello world

    DELAY 100
    ENTER

    My problem is that the WINDOWS command do nothing(with the GUI command i have the same problem). Can anybody help ?

    thx ;)

×
×
  • Create New...