EN
ENNA

mdk4

GPL-3.0

๐Ÿ“ก Wireless ยท C

mdk4 is a Wi-Fi testing tool that exploits common IEEE 802.11 protocol weaknesses. It is the successor to mdk3, rewritten to work with the modern cfg80211 wireless subsystem in Linux. mdk4 provides a suite of attacks for wireless penetration testing including beacon flooding (creating thousands of fake access points), authentication/deauthentication flooding, SSID brute forcing, 802.11s mesh network exploitation, and WDS confusion attacks. It can probe access points for connected clients, test for MAC filtering bypass, and stress-test wireless infrastructure under various attack conditions. mdk4 is primarily used to test the resilience of wireless networks and intrusion detection systems against denial of service and protocol-level attacks. It requires a wireless adapter in monitor mode.

766stars
128forks
50issues
Updated 1y ago

Installation

apt (Debian/Ubuntu)

$ sudo apt install mdk4

from source

$ git clone https://github.com/aircrack-ng/mdk4 && cd mdk4 && make && sudo make install

Use Cases

  • Testing wireless IDS resilience against beacon and authentication floods
  • Assessing access point behavior under deauthentication attack conditions
  • Discovering hidden SSIDs through brute force probing
  • Stress-testing wireless infrastructure during penetration assessments
  • Evaluating MAC filtering effectiveness with spoofed authentication frames

Tags

802.11deauthbeacon-floodwireless-testingdosmonitor-mode

More in Wireless