https://github.com/B34MR/WiFiSuite
Enterprise WPA Wireless Tool Suite
https://github.com/B34MR/WiFiSuite
brute-force eap wifi wpa wpa-supplicant
Last synced: 7 months ago
JSON representation
Enterprise WPA Wireless Tool Suite
- Host: GitHub
- URL: https://github.com/B34MR/WiFiSuite
- Owner: B34MR
- License: mit
- Created: 2017-05-29T21:55:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T12:49:46.000Z (about 3 years ago)
- Last Synced: 2024-09-08T19:54:00.327Z (about 1 year ago)
- Topics: brute-force, eap, wifi, wpa, wpa-supplicant
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 82
- Watchers: 9
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
## The WiFiSuite Project
### Installation for WifiSuite legacy (Python2.7 fix):
apt install python2-pip-whl
apt install python2-setuptools-whl
apt install hostapd-wpe
cd WiFiSuite
virtualenv -p /usr/bin/python2.7 venv/
source venv/bin/activate
python2.7 -m pip install netifaces
python2.7 -m pip install psutil
python2.7 -m pip install twisted
python2.7 -m pip install txdbus
python2.7 -m pip install click
python2.7 -m pip install scapy
python2.7 setup.py install
cd wifisuite/
python2.7 wifisuite.py### Usage:
SCAN: python wifisuite.py -iwlan0 scan --location="CoffeeShop"
EVILTWIN (EAP): python wifisuite.py -iwlan0 -s"New Corp WiFi" -m 66:55:44:AB:40:88 -c4 --certname="WiFISuite" --band b eviltwin
ENUM: python wifisuite.py -iwlan0 -d 10:10:10:A9:72:E6 -c4 enum --seconds=30 --packets=5
SPRAY (EAP): python wifisuite.py -iwlan0 -s"Corp WiFi" -u data/users.txt -pWelcome1 spray
SPRAY (WPA): python wifisuite.py -iwlan0 -s"Corp Hotspot" -p data/passwords.txt spray
CONNECT (EAP): python wifisuite.py -iwlan0 -s"Corp WiFi" -ubeamr -pWelcome1 connect
CONNECT (WPA): python wifisuite.py -iwlan0 -s"CompanyXYZ Hotspot" -p Password123 connect
CONNECT (Open): python wifisuite.py -iwlan0 -s"CompanyXYZ Hotspot" connect
MAC (Randomize):python wifisuite.py -iwlan0 mac
MAC (Manual): python wifisuite.py -iwlan0 -m 10:10:10:A9:72:E6 mac
DATABASE: python wifisuite.py database