airmon-ng 未找到任何无线接口

airmon-ng 未找到任何无线接口

我尝试在 VMware (Kali) 上启动 wifite 但不起作用,是否可以使用本地网卡(Intel(R) 双频 Wireless-AC 3168)来搜索虚拟机的可用网络?

这是我收到的错误消息:

root@kali:~# wifite
   .               .    
 .´  ·  .     .  ·  `.  wifite 2.2.5
 :  :  :  (¯)  :  :  :  automated wireless auditor
 `.  ·  ` /¯\ ´  ·  .´  https://github.com/derv82/wifite2
   `     /¯¯¯\     ´    
 [!] Warning: Recommended app pyrit was not found. install @ https://github.com/JPaulMora/Pyrit/wiki
 [!] Warning: Recommended app hcxdumptool was not found. install @ https://github.com/ZerBea/hcxdumptool
 [!] Warning: Recommended app hcxpcaptool was not found. install @ https://github.com/ZerBea/hcxtools
 [!] Conflicting processes: NetworkManager (PID 555), wpa_supplicant (PID 739), dhclient (PID 1454)
 [!] If you have problems: kill -9 PID or re-run wifite with --kill)
 [+] Checking airmon-ng...                                                                                                                                                               
 [!] airmon-ng did not find any wireless interfaces
 [!] Make sure your wireless device is connected
 [!] See http://www.aircrack-ng.org/doku.php?id=airmon-ng for more info
 [!] Error: airmon-ng did not find any wireless interfaces
 [!] Full stack trace below
 [!]    Traceback (most recent call last):
 [!]    File "/usr/lib/python2.7/dist-packages/wifite/__main__.py", line 93, in entry_point
 [!]        wifite.start()
 [!]    File "/usr/lib/python2.7/dist-packages/wifite/__main__.py", line 53, in start
 [!]        Configuration.get_monitor_mode_interface()
 [!]    File "/usr/lib/python2.7/dist-packages/wifite/config.py", line 129, in get_monitor_mode_interface
 [!]        cls.interface = Airmon.ask()
 [!]    File "/usr/lib/python2.7/dist-packages/wifite/tools/airmon.py", line 299, in ask
 [!]        raise Exception('airmon-ng did not find any wireless interfaces')
 [!]  Exception: airmon-ng did not find any wireless interfaces
 [!] Exiting*

答案1

sudo apt-get install pyrit
sudo apt-get install hcxdumptool
sudo apt-get install hcxtools

并对一切说“是”。之后,所有推荐的应用程序都已安装。

相关内容