Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect to WPA and WPA2 personal networks using wpa_supplicant with a pre-shared key.
wpa2.conf
network={ ssid="NETWORK-NAME" psk="password" scan_ssid=1 key_mgmt=WPA-PSK proto=WPA2 }
proto
WPA
WPA2
sudo airmon-ng stop wlan0mon
sudo wpa_supplicant -Dnl80211 -i <INTERFACE> -c wpa2.conf
sudo dhclient <INTERFACE> -v