wirelessdefence@gmail.com

A UK based Wireless Security Group

Creating Multiple Fake Access Points

Creating Multiple Fake Access Points with MDK4

Full installation instructions are included on the repo above, or you can simply install via apt on both Kali and Raspberry Pi:

sudo apt install mdk4

Now that we have our primary tool installed (mdk4) we need to create a fake Access Point (AP) list. We’ve created a list of 12 SSID / AP names in our list below, but you can have as many APs in your list as you like:

In the image below we are simply showing the status of the wireless card we are using (wlan0), for reference:

Next we simply run the following command to start sending out our spoof AP beacon frames:

Our Opinion: Leveraging MDK4 in this way is really just a fun proof-of-concept. Aside from potentially confusing local WLAN users it doesn’t serve any meaningful purpose.

The MDK4 tool on the other hand does perform a plethora of other different tasks (post to follow).