Smart pentesting toolkit for modern WPA/WPA2 networks ⚔️📡
This application was developed for my Telecommunications Engineering bachelor's final thesis.
The toolkit uses bettercap
as its backend framework for attacking networks. Can be installed with any packet manager.
Run python3 wifi_spartan.py --help
to see all available commands and options. To see all available options of a function, run python3 wifi_spartan.py <module> --help
.
Wi-Fi spartan modules:
-
scan
: wireless spectrum scanner -
deauth
: deauthentication attack to attempt to capture the 4-way handshake -
pmkid
: PMKID client-less attack -
spoof scan
: local network hosts scanner -
spoof spy
: MiTM attack with ARP spoofing -
automata
: wardriving automation with deep reinforcement learning techniques.
-
jam
: WiFi jamming with packet flooding -
rogue
: Evil Twin attack -
crack
: dictionary attack to attempt to crack the PSK
- Deep learning model applied to wardriving inspired by evilsocket/pwnagotchi.