我试图强行进入我的手机热点只是为了测试目的,但我无法让它正常工作。
这基本上就是我所做的。
airmon-ng start wlan1
airodump-ng mon0
airodump-ng --bssid number -c 1 --write WPAcrack mon0
aireplay-ng --deauth 100 -a F8:7B:7A:69:9F:0F mon0
而且,我尝试按照此引用更改频道;但无法做到。以下是命令提示符向我显示的有关 aircrack 的信息。为什么我需要指定 essid?我正在运行 ubuntu,我尝试运行此命令;但它说未找到命令。
root@ubuntu:~# yaourt -S compat-wireless-patched yaourt: command not found
http://null-byte.wonderhowto.com/how-to/fix-channel-1-glitch-airodump-latest-kernel-0132161/
root@ubuntu:/media/A000B2F200B2CF12_# sudo aireplay-ng --deauth 100 -a
F8:7B:7A:69:9F:0F mon0
19:33:02 Waiting for beacon frame (BSSID: F8:7B:7A:69:9F:0F) on channel -1
19:33:02 mon0 is on channel -1, but the AP uses channel 1
Please specify an ESSID (-e).
注意:我没有服务,只是为了渗透测试。
根据我的研究,我还认为这可能是一个内核错误,导致监控模式卡在 -1,这是一个故障。我也尝试按照 YouTube 上的教程操作;但太旧了。我正在尝试通过教程修补该错误,以便我可以渗透测试我的手机热点。