Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-17 00:19:47 +00:00
parent b18a761896
commit aa594e72af
88 changed files with 444 additions and 114 deletions

View File

@@ -6,11 +6,11 @@ source: https://github.com/tldr-pages/tldr.git
# mdk4
> A proof-of-concept tool to exploit common IEEE 802.11 protocol weaknesses.
> Note: Exercise extreme caution as this tool can disrupt WiFi networks and disconnect nearby users.
> Note: Exercise extreme caution as this tool can disrupt Wi-Fi networks and disconnect nearby users.
> See also: `airodump-ng`, `airmon-ng`.
> More information: <https://github.com/aircrack-ng/mdk4>.
- Flood access points with beacon frames to create fake networks (set interface to monitor mode with `sudo airmon-ng start <wifi_interface>` if needed):
- Flood access points with beacon frames to create fake networks (set interface to monitor mode with `sudo airmon-ng start wifi_interface` if needed):
`sudo mdk4 {{wifi_interface}} b -f {{path/to/beacons.txt}}`
@@ -18,6 +18,6 @@ source: https://github.com/tldr-pages/tldr.git
`sudo mdk4 {{wifi_interface}} d`
- Perform deauthentication attack on a specific BSSID (list BSSIDs using `sudo airodump-ng <wifi_interface>`):
- Perform deauthentication attack on a specific BSSID (list BSSIDs using `sudo airodump-ng wifi_interface`):
`sudo mdk4 {{wifi_interface}} d -B {{BSSID}}`