Hi all, I am testing a network that is strictly running on 802.11ac (5 GHz band), just want to check in to see if EAPHammer currently can support 802.11ac to intercept creds for WPA2-Enterprise over EAP-TTLS?
I issued the following flags and got the error below:
./eaphammer -i wlan0 --wpa 2 --essid "<essid>" --creds./eaphammer -i wlan0 --auth wpa --essid "<essid>" --creds
authentication failed - EAP type: 0 (unknown)
Supplicant used different EAP type: 3 (unknown)
^ Not sure because there are EAP types going on like EAP-SIM/EAP-AKA/EAP-AKA' ?
Then, when I specify a channel in the 100's range, for example as follows, it gives the error below:
./eaphammer -i wlan0 --wpa-version 2 -c 111 -auth wpa -e "<essid>" --creds
[!] The hw_mode specified in hostapd.ini is invalid for the selected channel (g, 111)
[!] Falling back to hw_mode: a
Hi all, I am testing a network that is strictly running on 802.11ac (5 GHz band), just want to check in to see if EAPHammer currently can support 802.11ac to intercept creds for WPA2-Enterprise over EAP-TTLS?
I issued the following flags and got the error below:
./eaphammer -i wlan0 --wpa 2 --essid "<essid>" --creds
./eaphammer -i wlan0 --auth wpa --essid "<essid>" --creds
^ Not sure because there are EAP types going on like EAP-SIM/EAP-AKA/EAP-AKA' ?
Then, when I specify a channel in the 100's range, for example as follows, it gives the error below:
./eaphammer -i wlan0 --wpa-version 2 -c 111 -auth wpa -e "<essid>" --creds
Thanks in advance!