Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Config File
wpa2.conf:
network={
ssid="NETWORK-NAME"
psk="password"
scan_ssid=1
key_mgmt=WPA-PSK
proto=WPA2
}
proto options:
| Value | Protocol |
|---|
WPA | WPA (TKIP) |
WPA2 | WPA2 (CCMP) |
Connect
Stop monitor mode first if active:
sudo airmon-ng stop wlan0mon
Connect:
sudo wpa_supplicant -Dnl80211 -i <INTERFACE> -c wpa2.conf
Get an IP address:
sudo dhclient <INTERFACE> -v