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/