All Projects → NickSanzotta → Wifisuite

NickSanzotta / Wifisuite

Licence: mit
Enterprise WPA Wireless Tool Suite

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wifisuite

Broadcominstaller2017
Automated Shell Script Install WiFi Driver ( Broadcom ) in Kali Linux 2017.1 Made By SSTec Tutorials.
Stars: ✭ 48 (-29.41%)
Mutual labels:  wifi
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-20.59%)
Mutual labels:  wifi
Apple Family
A simple framework that brings Apple devices together - like a family
Stars: ✭ 59 (-13.24%)
Mutual labels:  wifi
Pythem
pentest framework
Stars: ✭ 1,060 (+1458.82%)
Mutual labels:  brute-force
Virtualrouter
Original, open source Wifi Hotspot for Windows 7, 8.x and Server 2012 and newer
Stars: ✭ 53 (-22.06%)
Mutual labels:  wifi
Rtl88x2bu wifi linux v5.2.4.4 26334.20180126 coex20171012 5044
rtl88x2bu driver updated for modern kernels.
Stars: ✭ 55 (-19.12%)
Mutual labels:  wifi
Potato Library
Easy to use Utility library for Android
Stars: ✭ 45 (-33.82%)
Mutual labels:  wifi
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+1510.29%)
Mutual labels:  wifi
Desk Lamp Alternative Firmware
An alternative firmware for the Mijia Xiaomi Desk Lamp
Stars: ✭ 54 (-20.59%)
Mutual labels:  wifi
Bitp0wn
Algorithms to re-compute a private key, to fake signatures and some other funny things with Bitcoin.
Stars: ✭ 59 (-13.24%)
Mutual labels:  brute-force
Socketman
And I think it's gonna be a long, long time
Stars: ✭ 52 (-23.53%)
Mutual labels:  wifi
Wifisatellite
WiFi Satellite Project - as seen on the Chaos Communication Congress
Stars: ✭ 52 (-23.53%)
Mutual labels:  wifi
Esp8266 deauther
Affordable WiFi hacking platform for testing and learning
Stars: ✭ 9,312 (+13594.12%)
Mutual labels:  wifi
Wifi Card
📶 Print a QR code for connecting to your WiFi
Stars: ✭ 1,044 (+1435.29%)
Mutual labels:  wifi
Iot camera
IoT Camera with Wi-Fi, RT-Thread
Stars: ✭ 62 (-8.82%)
Mutual labels:  wifi
Board
LibreRouter hardware repository
Stars: ✭ 48 (-29.41%)
Mutual labels:  wifi
Ska
Simple Karma Attack
Stars: ✭ 55 (-19.12%)
Mutual labels:  wifi
Ttpassgen
密码生成 flexible and scriptable password dictionary generator which can support brute-force、combination、complex rule mode etc...
Stars: ✭ 68 (+0%)
Mutual labels:  brute-force
Hcxtools
Portable (that doesn't include proprietary/commercial operating systems) solution for conversion of cap/pcap/pcapng (gz compressed) WiFi dump files to hashcat formats (recommended by hashcat) and to John the Ripper formats. hcx: h = hash, c = convert and calculate candidates, x = different hashtypes
Stars: ✭ 1,121 (+1548.53%)
Mutual labels:  wifi
Hackphiles
BruteForce Tool For both Instagram and Facebook
Stars: ✭ 57 (-16.18%)
Mutual labels:  brute-force

Supported Python versions

WiFiSuite

WiFiSuite is designed to help Pentesters streamline the process of auditing wireless networks, this is done by consolidating the most common tools and techniques in a unified platform backed with a SQLite database.

📖 WiFiSuite Wiki

Main
EvilTwin
Enum
Scan In Progress
EAP Spray In Progress
[WPA Brute-force] In Progress
[WPA Spray] In Progress
Quick Connect In Progress
[MAC Changer] In Progress
[Database] In Progress
Average Brute force time
Troubleshooting

✅ Installation

OS Requirements: 
Kali Rolling

Dependencies:
    hostapd-wpe
    netifaces
    python-pip 
    python-dev
    psutil
    scapy    
    wpa_supplicant

 Install:
    apt-get install scapy
    git clone https://github.com/NickSanzotta/WiFiSuite.git
    cd WiFiSuite
    python setup.py install --record install.log	

 Run:
   cd wifisuite/
   python wifisuite.py
   Output of Successful Installation:
      [i] Directory found: data/
      [!] Database not found: data/WiFiSuite.db
      [i] Created Datebase: data/WiFiSuite.db
      [i] Database instantiated

❌ Uninstall

cd WiFiSuite
cat install.log | xargs rm -rf

📝 Cheat Sheet

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

🍻 Credits

Contributor(s):             Bill Harshbarger 'https://github.com/bharshbarger'
Inspiration (Database):     byt3bl33d3r 'https://github.com/byt3bl33d3r/CrackMapExec'
Beta Testers:               ac3lives, dissect0r, jstines, sho-luv

Disclaimer

***WiFiSuite is intended to be used for legal security purposes only, any other use is not the responsibility of the developer(s). ***

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].