Wifi Overview
Uses 802.11 standard
To DS / From DS
To DS is FROM client TO AP
From DS is FROM AP TO client
Common Packet Types
Association Request - Request to join a WLAN -> subtype of 0
Authentication Request - Request authentication to WLAN -> subtype of 11
Probe Request -> STA looking for known WLANs (How "Connect Automatically works) -> subtype 4
Deauthentication request -> Disconnect Request -> subtype 12
Beacon Frame -> AP beacon to advertise ssid and AP capabilities -> subtype 8
Linux Monitor Mode configuration
iw
creates and manages wireless interfacesip
configures and ip and the up or down state
Airmon-ng Monitor Mode configuration
use the shell script with aircrack-ng
Does not deal with deleting interfaces
Types of WIFI networks
IEEE 802.11b or 802.11g -> 20MHz channels at 2.4 GHz
IEEE 802.11a -> 20MHz channels at 5 GHz
IEEE 802.11n -> 20MHz or 40MHz channels at 2.4 GHz or 5 GHz
IEEE 802.11ac -> 20MHz, 40MHz, 60MHz, 80MHz, 160MHz channels at 5 GHz
IEEE 802.11ax -> 20MHz, 40MHz, 60MHz, 80MHz, 160MHz channels at 2.4 GHz or 5GHz
Controlling Channel and Width
Last updated