esp8266-deauth icon indicating copy to clipboard operation
esp8266-deauth copied to clipboard

Multi target De-Auth attack implementation for ESP8266 module.

Results 5 esp8266-deauth issues
Sort by recently updated
recently updated
newest added

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...