Replies: 3 comments 7 replies
-
The timeout is currently limited by the unit8 type esp32-wifi-penetration-tool/main/attack.h Line 49 in e346e28 if you want to use larger value, you will have to use larger data type. I would suggest unit16 or unit32. You will then need to adjust the parsing functions on the webserver, because currently it expects single byte. and change the limit in HTML Feel free to open PR when you have something and I can try to help you if you are stuck. I think prolonging timeout would be welcomed improvement by others. |
Beta Was this translation helpful? Give feedback.
-
No problem, we will try our best
|
Beta Was this translation helpful? Give feedback.
-
index.zip |
Beta Was this translation helpful? Give feedback.
-
As far as I can see, the maximum attack time is 255 seconds.
It would be nice to extend it further.
Can you please help me?
Beta Was this translation helpful? Give feedback.
All reactions