WPA/ WPA-2/ WPA-3
Manual:
Set Monitor more:
Scan:
Capture:
Deauth:
-0 0 = deauth continously
deauth using the same adapter (:
Automatic:
Bettercap:
Rouge AP
hostapd-mana Configuration
By default, hostapd-mana will run in 802.11b. In order to meet our target's settings, we need to change this to IEEE 802.11n. To accomplish this, we set the ieee80211n parameter to "1" in order to enable 802.11n. Next, we need to specify the band to 2.4 GHz by setting the hw_mode parameter to the letter "g". If the network was running on 5 GHz, we would set hw_mode to "a".
set the wpa parameter to the integer "3" to enable both WPA and WPA2 (setting this parameter to "1" enables only WPA and setting the value to "2" enables only WPA2).
set the rsn_pairwise to "TKIP CCMP" as well in order to enable TKIP/CCMP with WPA2
Enable:
WPA-3
WPA3 shares similarities with WPA, but it uses the much stronger Simultaneous Authentication of Equals (SAE), and it is not yet vulnerable to offline attacks. The same goes for Enhanced Open, also known as Opportunistic Wireless Encryption (OWE). We won't cover WPA3 networks in this module.
They can also passively listen, and with the exception of WPA3, decrypt everybody's communications.
Last updated