Jump to content

shamwow

Active Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by shamwow

  1. you will have to speak better english than that if you want someone to help you. I don't know what you are asking. what language do you want to change to? use duckencoder to change the language. for usa the command is: java -jar encoder.jar -i script.txt -o inject.bin -l us for canadian: java -jar encoder.jar -i script.txt -o inject.bin -l ca for uk: java -jar encoder.jar -i script.txt -o inject.bin -l uk for german, i think it might be but not sure: java -jar encoder.jar -i script.txt -o inject.bin -l gb
  2. thanks,nowhow do i use it? like how do i put that into the duck? also, do i need to edit the VIDPID.txt? if so then what do i type in VIDPID.txt?
  3. how do i use the VID_PID_SWAPPER in windows and does anyone have a link to the compiled exe file?
  4. use c_duck_v2.1.hex. it's multi os, has mass storage ability and is faster.
  5. try downlaoding the zip file from https://github.com/midnitesnake/usb-rubber-ducky also try puting program.bat and newfirmware.hex in to c:\program files\flip_atmel\bin and then change to that directory in cmd prompt to run program.bat
  6. for /f %%G in ('dir /b /s /a:d "%userprofile%\AppData\Roaming\Mozilla\Firefox\Profiles\*.default"') do xcopy %%G\logins.json %myd%\firefox\ is a batch script command. you need to include the whole line. also, first label your duck drive to the word "ducky" for the payload to work.
  7. why not delete them all and create a new one and use that new one? a batch file can delete them all then run vssown. you can use twin duck firmware as mass storage device too. i use the mimikatz payload to run an exe file that is on the ducky. Here are some options..vssadmin Delete Shadows /For=VolumeSpec [/Oldest] [/Quiet]vssadmin Delete Shadows /Shadow=ShadowID [/Quiet]vssadmin Delete Shadows /All /quiet Example Usage: vssadmin Delete Shadows /For=C: /Oldest /quiet if you still want to delete a specific shadowcopy then use this one vssadmin Delete Shadows /Shadow=ShadowID [/Quiet]
  8. make a batch file and add this: vssadmin Delete Shadows /All /quiet
  9. DEFAULT_DELAY 75 DELAY 3000 CONTROL ESCAPE DELAY 1000 STRING cmd DELAY 1000 CTRL-SHIFT ENTER DELAY 1000 ALT y DELAY 300 ENTER
  10. try c_duck_v2.1.hex and if you are printing hello world then where are you trying to print it? in cmd prompt or in notepad? maybe add one of them to that ducky script.
  11. which version of composite duck is c_duck_v2.1.hex ? is comosite duck-multi the multi os version(c_duck_v2.1.hex)source or the multi payload version of the source? it would be good too if someone could link me directly to the source i need instead of just posting the same link i just posted.
  12. nice idea, i will do it. i will fund 50 euros.
  13. will this script work against windows 10 pins as it is?
  14. how do i set this up to work in the ducky?
  15. make a batch file to start the powershell script and then have the batch file copy the files to the ducky drive.
  16. no, i'm looking for the decompiled source code for c_duck_v2.1.hex. thanks anyways.
  17. where is the sourcecode to twin duck c_duck_v2.1.hex firmware? i can't find it here. https://github.com/midnitesnake/USB-Rubber-Ducky/tree/master/Firmware/Source i only see mass storage. twin duck is supposed to be multi os.
  18. that is not how to get chrome passwords. you should test your commands in command prompt or make a batch file before attempting to make a ducky script out of them.
  19. you're right i broke my system somehow. new usb devices wont auto install drivers either on any of the ports. i will just take my pc in to the shop to get fixed if you don't know what else i can try. thanks for trying to help.
  20. okay so i just tried what you said by using this guide to drivecleanup.exe http://www.techspot.com/community/topics/usb-drive-or-flash-problems-how-to-cleanup-and-remove-old-usb-storage-drivers.145884/ i also tried usboblivion http://www.cherubicsoft.com/en/projects/usboblivion all drives installed new drivers but it still did not fix the issue.
×
×
  • Create New...