
Auto_EAP – Automated Brute-Force Login Attacks Against EAP Networks.
Auto_EAP.py is a script designed to perform automated brute-force authentication attacks against various types of EAP networks. These types of wireless networks provide an interface to facilitate password guessing of domain credentials as radius servers check authentication against Active Directory.

Auto_Eap
Dependencies:
+ Python 2.7.x
+ All Linux OS Support.
Todo:
[-] Add multi-threading functionality
[-] Add support for password lists
Download and use from git:
1 2 3 4 |
git clone https://github.com/Tylous/Auto_EAP && cd Auto_EAP sudo python RunMeFirst.py sudo Auto_EAP.py -h sudo python Auto_EAP.py -s HoneyPot -K WPA-EAP -E PEAP -U test.txt -p Summer2016 -i wlan0 |
Source: https://github.com/Tylous