Skip to content

s0i37/wifi

Repository files navigation

scan.sh

Pretty print wrapper for internal Linux utility iw dev wlan0 scan. Doesn't require monitor mode, may work on every network card.

scan.sh

Filtering results by network name (any iw results supported):

scan.sh

Filtering results by network parameters:

scan.sh

wpa_brute.sh

Online bruteforce WPA PSK using wpa_supplicant. Supports multi threading.

For example 4 threads of online bruteforcing:

wpa_brute.sh

wpa_brute-width.sh

Online bruteforce WPA PSK using wpa_supplicant for all available WPA PSK networks.

For example use two weak passwords for all wireless networks:

wpa_brute-width.sh

auth.py

Pure scapy implementation of EAPOL authentication

Response to wrong password:

auth.py

Response to the correct password:

auth.py

brute.py

Online bruteforce WPA PSK using scapy. Supports multi threading.

brute.py

brute.py

wps_brute.sh

WPS full PIN enumeration with wpa_supplicant on every wireless network card and without monitor mode.

wps_brute.sh

wps_brute-width.sh

Fast WPS attacks (Pixie Dust, Vendor Specific, Null PIN) with wpa_supplicant without monitor mode.

wps_brute-width.sh

About

My Wi-Fi scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors