Taken from : https://www.emmanuelsolis.com/oswp
sudo airmon-ng check kill
# Check available interfaces
iwconfig
# Start and stop
sudo airmon-ng start [interface]
sudo airmon-ng stop [interface]
Monitor Networks
sudo airodump-ng --band abg --manufacturer [monitor_interface]
Monitor Networks including WPS
sudo airodump-ng --band abg --manufacturer --wps [monitor_interface]
Monitor Specific Network
/BSSID
:
-band abg
: Scan for networks on 2.4GHz (b
and g
) and 5GHz (a
) bands.c
: network channel-manufacturer
: Display the manufacturer of detected access points.-wps
: Display information about WPS.w output
: Write the output to a file named output
.