Skip to content

adamff-dev/WiFi-Spam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi Spam

Disclaimer

This project is for testing and educational purposes. Use it only against your own networks and devices. I don't take any responsibility for what you do with this program.

About this project

This script allows you to spam thousands of WiFi SSIDs.

Here you can donate if you liked my project and you want to support me:

Buy Me A Coffee

Notes

  • This script allows you to generate the number of SSIDs that you want, unless you're using the default word list (1000 SSIDs).

  • If you are going to use the 4th option I recommend you generate up to ~5000 SSIDs

  • Some Intel® Hardware In particular Centrino are known to cause problems becuase of the way mdk3 works.

    • From the mdk3 documentaion: MDK3 uses the drivers and Injection routines from this project and its predecessor. Thus, all drivers listed there should work with MDK3. (Some special hardware, like Intel Centrino (ipw2200) is NOT supported since they can only inject data, and no management information!)

Dependencies

MDK3 sudo apt-get install mdk3: https://github.com/wi-fi-analyzer/mdk3-master

MACCHANGER sudo apt-get install macchanger https://github.com/alobbs/macchanger

PWGEN sudo apt-get install pwgen

  • Dependencie installation for Arch Linux: sudo pacman -S mdk3 macchanger pwgen

Instalation and usage

  1. Download the files git clone https://github.com/125K/WiFi-Spam.git

  2. Dependencie instalation

2.1 Method 1 run the install.sh file AS ROOT

2.2 Method 2 Manualy add sources and install packages listed above
  1. Run the script sudo WiFiSpam.sh

Thanks to @digmorepaka.

Check out my other projects