2026-07-22 05:00:23 +00:00
|
|
|
# apgen
|
|
|
|
|
|
2026-07-22 05:08:36 +00:00
|
|
|
Arduino Passkey Generator
|
|
|
|
|
|
|
|
|
|
Passkey generator for Arduino devices
|
|
|
|
|
|
|
|
|
|
Tested on BadUSB Beetle / Arduino Micro (ATMEGA32U4)
|
|
|
|
|
|
|
|
|
|
https://www.amazon.com/HiLetgo-Microcontroller-ATMEGA32U4-Development-Keyboard/dp/B07W5K9YHP
|
|
|
|
|
|
2026-07-22 14:10:42 +00:00
|
|
|
https://www.amazon.com/Arduino-Micro-Headers-A000053-Controller/dp/B00AFY2S56
|
|
|
|
|
|
|
|
|
|
INSTALL:
|
|
|
|
|
|
2026-07-22 14:17:02 +00:00
|
|
|
rm -drf apgen; git clone https://servtx.net/bmixed/apgen.git; cd apgen; chmod +x *; sudo ./apgeni; cd;
|