risinek / esp32-wifi-penetration-tool

Exploring possibilities of ESP32 platform to attack on nearby Wi-Fi networks.
https://risinek.github.io/esp32-wifi-penetration-tool/
MIT License
1.82k stars 280 forks source link

Attack timeout is limited to 255 seconds #5

Open risinek opened 3 years ago

risinek commented 3 years ago

uint8_t is used for timeout setting, which is not enough and allows just 255 seconds timeout.

Rffy commented 3 years ago

I hope it is possible to loop the attack timeout into unlimited and also you can select all wifi for deauth

risinek commented 3 years ago

unlimited attack would be nice, but logic for stopping the attack needs to be added first. Attacking all nearby wifis is separate feature-request. Create an issue for it if you wish.