This commit is contained in:
2025-08-08 13:51:11 -06:00
parent ffcd079a08
commit 7d73861153
2 changed files with 30 additions and 16 deletions
+9 -6
View File
@@ -1,7 +1,8 @@
# h00th00t
## Sub-Byte Binary Underflow in WiFi Devices
## Warning: Test With Extreme Care
### Summary
### Warning: USE AT YOUR OWN PERIL
## Summary
Sending WiFi beacons where the SSID is set to some non-byte number of bits and a poorly matching SSID length breaks many random WiFi devices in range.
Some devices freeze, some reboot, some break, some brick.
@@ -19,10 +20,12 @@ Testing is very challenging as it requires being out of range of all other WiFi
## Hooting (usage)
**DO NOT TEST IN RANGE OF ANY DEVICE YOU ARE UNWILLING TO DAMAGE**
1. Install [Scapy](https://scapy.readthedocs.io/en/latest/installation.html)
2. Uncomment line `19` of [h00thoot.py](./h00th00t.py)
3. `python h00th00t.py`
1. Designed for **linux** environments with **python3**
2. Optional: edit line `4` and `5` of [h00thoot.py](./h00th00t.py) to match your sender and wifi device preferences
* Defaults are fine for most purposes
3. Install [Scapy](https://scapy.readthedocs.io/en/latest/installation.html)
4. Uncomment line `19` of [h00thoot.py](./h00th00t.py)
5. `python h00th00t.py`
* in some linux environments, sudo may be needed `sudo python h00th00t.py`
---
![Stolas uwu~](./stolas-headdesk.gif)