项目作者: danngalann

项目描述 :
A python script to spam a bunch of silly wifi networks
高级语言: Python
项目地址: git://github.com/danngalann/wifispammer.git
创建时间: 2019-02-07T10:03:59Z
项目社区:https://github.com/danngalann/wifispammer

开源协议:GNU General Public License v3.0

下载


wifiSpammer

A python script to spam a bunch of silly wifi networks, inspired by Spacehun’s esp8266_beaconSpam

Requirements

This script will require

  • A wireless network card capable of monitor mode
  • Scapy for Python (see installing Scapy)

Usage

  1. usage: wifiSpammer.py [-h] [-f FILE] [-v VENDOR] [-i INTERFACE] [-l] [-r]
  2. Another silly beacon spammer ;)
  3. optional arguments:
  4. -h, --help show this help message and exit
  5. -f FILE, --file FILE File to import the SSIDs from (default wifi.lst)
  6. -v VENDOR, --vendor VENDOR
  7. Vendor to spoof (-l to list available vendors)
  8. -i INTERFACE, --interface INTERFACE
  9. Interface used to spam SSIDs
  10. -l, --list-vendors List vendors
  11. -r, --random-mac Uses a fully random BSSID instead of using a vendor

Installing Scapy

To install scapy open a terminal and type

  1. pip3 install scapy

Disclaimer

This project is a proof of concept for testing and educational purposes. I do not take responsibility for the trouble you may get into, and please be mindful with the SSID names

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md for details

Additional notes

This script only runs on linux and must be executed with root privileges

As much as I’d like, not all networks appear at the same time