spacehuhntech/wifiduck — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an educational WiFi Duck style project for my own lab hardware. I want a small device using an Atmega32u4 as the USB keyboard side and an ESP8266 as the WiFi side. When I plug it in, it should create a WiFi network called wifiduck with password wifiduck, let me open 192.168.4.1, and show a simple web interface where I can write, save, choose, and run Ducky Script files on my own test computer.

Please include the firmware for both boards, the web files, and clear beginner friendly setup steps for wiring, flashing, and changing the WiFi name and password. Keep the interface simple, with a script editor, file list, run button, settings page, and useful status messages. This is only for learning about BadUSB behavior in an authorized lab, so keep the docs focused on safe testing. Look up the current Arduino and board docs online if you need to.

Want more depth? Deep Reverse