From 0439e2811439b87ac6cdff075ea08d92c71ea4be Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Mon, 2 Jun 2025 09:11:29 +1000 Subject: [PATCH] mdk4: add page (#16688) * mdk4: add page * mdk4: update placeholders --------- Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> --- pages/common/mdk4.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pages/common/mdk4.md diff --git a/pages/common/mdk4.md b/pages/common/mdk4.md new file mode 100644 index 0000000000..4bf906f4fc --- /dev/null +++ b/pages/common/mdk4.md @@ -0,0 +1,18 @@ +# 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. +> See also: `airodump-ng`, `airmon-ng`. +> More information: . + +- Flood access points with beacon frames to create fake networks (set interface to monitor mode with `sudo airmon-ng start ` if needed): + +`sudo mdk4 {{wifi_interface}} b -f {{path/to/beacons.txt}}` + +- Perform deauthentication attack against all clients on all BSSIDs: + +`sudo mdk4 {{wifi_interface}} d` + +- Perform deauthentication attack on a specific BSSID (list BSSIDs using `sudo airodump-ng `): + +`sudo mdk4 {{wifi_interface}} d -B {{BSSID}}`