Turning Arduino into USB rubber duckey - Reverse Shell Undetectable

Опубликовано: 31 Июль 2026
на канале: SJTech
55
1

Please notice this video is for educational purposes only.

In this video I show you how to turn your Arduino Leonardo into a device which can be used to emulate a keyboard and produce a reverse shell fully undetectable by anti virus.

Commands:
nc -l -p 9001 -v
gcc rev.c -o rev.exe -mwindows -lws2_32

Links:
Arduino IDE - https://www.arduino.cc/en/software/
Arduino Code - https://pastebin.com/raw/S5WuFF8J
RevShell code - https://pastebin.com/raw/U8bECd4W
C Compiler - https://installc.org/