Targeted packet sniffing

airodump-ng --channel 1 --bssid targetMac --write test_out wlan0mon

# 1 -> refer to channel number
# test_out -> refer to any file name
# wlan0mon -> name of network adapter in monitor mode

this tool return 4 type of files → we use cap files to analysis it on Wireshark

Station →refer to clients connected to the network

Last updated