新版Kali 2.0 更新了aircrack-ng 工具,上网和使用破解工具有问题。
我有我的无线网卡wlan0。互联网连接也很好。然后,我要做的是:
airmon-ng start wlan0
airodump-ng wlan0mon
Run Code Online (Sandbox Code Playgroud)
现在airodump-ng不起作用,说“设备或资源繁忙”。
为了运行它,我必须杀死一些进程,使用:
airmon-ng stop wlan0
airmon-ng check kill
airmon-ng start wlan0
airodump-ng wlan0mon
Run Code Online (Sandbox Code Playgroud)
现在破解过程结束了。
我可以开始破解,但现在我无法连接到互联网kill。
iwconfig在终端输入时,我得到这个:
root@kali:~#iwconfig
wlan0mon IEEE 802.11bgn ESSID:"myessid"
Mode:Managed Frequency:2.412 GHz Access Point: 00:00:00:00:00:00
Bit Rate=108 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=42/70 Signal level=-68 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2 Invalid …Run Code Online (Sandbox Code Playgroud)