mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 15:10:06 +01:00
little html file changes
This commit is contained in:
@@ -188,7 +188,6 @@ Try out switching the browser or open the website with another device.
|
|||||||
|
|
||||||
If you see 0 pkts/s on the website you've made a mistake. Check if you have followed the the installation steps correctly and that the right SDK installed, it must be version 2.0.0!
|
If you see 0 pkts/s on the website you've made a mistake. Check if you have followed the the installation steps correctly and that the right SDK installed, it must be version 2.0.0!
|
||||||
If it can send packets but your target don't loose its connection then the Wi-Fi router uses [802.11w](#how-to-protect-against-it) and it's protected against such attacks or they communicate via 5 GHz Wi-Fi, which the ESP8266 doesn't support.
|
If it can send packets but your target don't loose its connection then the Wi-Fi router uses [802.11w](#how-to-protect-against-it) and it's protected against such attacks or they communicate via 5 GHz Wi-Fi, which the ESP8266 doesn't support.
|
||||||
**Some users reported that it can help setting the packetrate to 100 in the settings (but be carefull with this setting)**
|
|
||||||
|
|
||||||
### If you have other questions or problems with the ESP8266 you can also check out the official [community forum](http://www.esp8266.com/).
|
### If you have other questions or problems with the ESP8266 you can also check out the official [community forum](http://www.esp8266.com/).
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
<label for="packetRate">packetrate:</label>
|
<label for="packetRate">packetrate:</label>
|
||||||
<input type="number" id="packetRate" min="1" max="100">pkts/s
|
<input type="number" id="packetRate" min="1" max="100">pkts/s
|
||||||
<p class="small">only for deauth attack - may cause instability!</p>
|
<p class="small">only for deauth attack - may cause instability! (max.100)</p>
|
||||||
|
|
||||||
<label for="channelHop">channel hopping:</label>
|
<label for="channelHop">channel hopping:</label>
|
||||||
<input type="checkbox" name="channelHop" id="channelHop" value="false">
|
<input type="checkbox" name="channelHop" id="channelHop" value="false">
|
||||||
|
|||||||
Reference in New Issue
Block a user