esp8266-deauth
esp8266-deauth copied to clipboard
Multi target De-Auth attack implementation for ESP8266 module.
Hello Thanks for your source code :-) 👍 I add a white list feature see below my code : ``` //ON THE STOP #define WHITELIST_LENGTH 2 uint8_t whitelist[WHITELIST_LENGTH][ETH_MAC_LEN] = {...
Would it be possible to add ESP deep sleep mode to this? I have not had much luck.
Thank you for making your code available. I think there is a problem wherein an AP can be added while the loop is running or a MAC/SSID could be changed...