Alexxdal/ESP32WifiPhisher ? reverse-engineered prompt
Reverse engineered prompt
Build me an ESP32 based Wi Fi security testing tool that runs headless and has a simple web interface for setup and status. I want it to let me scan nearby networks, choose a target, and then run common lab style tests like capturing WPA handshake attempts, setting up a rogue access point that mimics the target, responding to probe requests, and disconnecting clients for controlled testing. It should also serve a fake login page when needed so I can see how users might react in a phishing style demo. Make it easy to flash and run with the ESP32, and include a clear admin page on the device at the local IP so I can configure everything from a browser. Use the existing ESP32 and PlatformIO setup if that helps, and look up current docs online if you need to.