Giter Site home page Giter Site logo

wifisuite's Introduction

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). ***

wifisuite's People

Contributors

bharshbarger avatar cblack-r7 avatar nicksanzotta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.