You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> A proof-of-concept tool to exploit common IEEE 802.11 protocol weaknesses.
4
+
> Note: Exercise extreme caution as this tool can disrupt WiFi networks and disconnect nearby users.
5
+
> See also: `airodump-ng`, `airmon-ng`.
6
+
> More information: <https://github.com/aircrack-ng/mdk4>.
7
+
8
+
- Flood access points with beacon frames to create fake networks (set interface to monitor mode with `sudo airmon-ng start <wifi_interface>` if needed):
9
+
10
+
`sudo mdk4 {{wifi_interface}} b -f {{path/to/beacons.txt}}`
11
+
12
+
- Perform deauthentication attack against all clients on all BSSIDs:
13
+
14
+
`sudo mdk4 {{wifi_interface}} d`
15
+
16
+
- Perform deauthentication attack on a specific BSSID (list BSSIDs using `sudo airodump-ng <wifi_interface>`):
0 commit comments