Skip to content

Commit 0439e28

Browse files
mdk4: add page (#16688)
* mdk4: add page * mdk4: update placeholders --------- Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
1 parent c528eed commit 0439e28

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pages/common/mdk4.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# mdk4
2+
3+
> 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>`):
17+
18+
`sudo mdk4 {{wifi_interface}} d -B {{BSSID}}`

0 commit comments

Comments
 (0)