blkph0x/CVE_2024_30078_POC_WIFI — reverse-engineered prompt
Reverse engineered prompt
Build me a small Python command line tool for authorized WiFi security research around CVE 2024 30078.
I want it to clean up these proof of concept scripts into something easier to run in a local lab. It should let me choose my wireless interface, set the test SSID and MAC addresses, create the beacon or 802.11 test frames described in the repo, and send them while showing clear logs of what is happening. Add a dry run mode that only prints the frames it would send, plus checks for root permissions, missing wireless interface, and missing packet sending dependencies.
Please keep it focused on lab testing and debugging only. Add clear warnings that it must not be used on networks or devices without permission. I’d also like a simple README that explains setup, monitor mode expectations, example commands, and what the current limitations are, especially that the README says this may not reliably hit the actual CVE path. Look up current docs online if you need to.
Want more depth? Deep Reverse