Wireless scan permeation common commands

airmon-ng # to view the current use of wireless LAN

airmon-ng check # View may affect wireless scanning process

airmon-ng check kill # closed may affect wireless scanning process

airmon-ng start wlan0 # enter scan mode using wlan0

You can use ifconfig command to see if the wireless card wlan0 become wlanmon

airmon-ng stop wlan0 # no wireless wlan0 the scan mode (wlan0mon Monitor)

Use iwconfig command to check whether the item wlanmon the Mode switch to Monitor mode

airodump-ng wlan0mon # start listening to broadcast

airodump-ng wlan0mon -c 1 --bssid 00: 11: 22: 33: 44: 55 -w file.cap # - bssid listening device designated MAC is designated channel -c -w monitor packet writing the file

 

 

 

Published 38 original articles · won praise 10 · Views 100,000 +

Guess you like

Origin blog.csdn.net/winux123/article/details/103191405