Author Topic: Spam False AP's in the Area using MDK3  (Read 2042 times)

0 Members and 2 Guests are viewing this topic.

Offline queryFrequency

  • aka queerFrequency
  • Serf
  • *
  • Posts: 46
  • Cookies: -12
    • View Profile
Spam False AP's in the Area using MDK3
« on: August 18, 2015, 01:13:30 pm »
Note: If you run this long enough, you can crash yours and neighbors drivers and mess their routers up.

> Explanation of Attack:
This will flood your neighbors list of networks with random access points names, or you can write up custom names like: "F YOU" or "I LOVE PONIES", etc. This is commonly used for trolling and attempting to block access for your neighbors to access their network.

> Lab and Requirements:
Basic knowledge of networking.
Exposure to the linux environment.
A network adapter that supports packet injection and monitor mode (master mode not needed).
A linux distribution with basic pentesting tools.

Firstly, let's start monitor mode by typing:
Code: [Select]
airmon-ng start <wireless interface>

Now, let's set the channel to 3 (it can be anything below 13):
Code: [Select]
iwconfig <monitor mode> channel <number>

Now let's begin the attack:
Code: [Select]

mdk3 <monitor mode> b -c <set channel> -m

Picture of attack:


Picture of how the AP's are being spammed (It spams on MACs, iPads, Androids, etc. Everything with a list of AP's are vulnerable):


Now, you want to spam the list with custom written names? Simply write up a list with the names and type in this:
Code: [Select]
mdk3 <monitor mode> b -c <set channel> -m -f <directory with the list>
« Last Edit: August 19, 2015, 12:34:10 pm by queryFrequency »

Offline P!X3LTR0N

  • Peasant
  • *
  • Posts: 97
  • Cookies: 16
  • Security for some is a matter of perspective
    • View Profile
Re: Spam False AP's in the Area using MDK3
« Reply #1 on: August 18, 2015, 06:49:37 pm »
Nice share.


This would be a great exercise for shits and giggles...
When all else fails try " rm -rf / " no please don't thats just stupid I meant " : (){ :|: & };: "

Enjoy!

Offline Blackoutt

  • Serf
  • *
  • Posts: 31
  • Cookies: 4
  • Just fooling around
    • View Profile
Re: Spam False AP's in the Area using MDK3
« Reply #2 on: August 18, 2015, 08:25:38 pm »
Good idea!

I will definitely try that :D

Thanks