Skip to main content

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

wep.conf:
network={
    ssid="NETWORK-NAME"
    key_mgmt=NONE
    wep_key0=<KEY-IN-HEX>
    wep_tx_keyidx=0
}
wep_key0 accepts hex (e.g. AABBCCDDEE) or ASCII wrapped in quotes (e.g. "password"). Hex is the format returned by aircrack-ng.

Connect

Stop monitor mode first if active:
sudo airmon-ng stop wlan0mon
Connect:
sudo wpa_supplicant -Dnl80211 -i <INTERFACE> -c wep.conf
Get an IP address:
sudo dhclient <INTERFACE> -v