airmon-ng / airodump-ng 未检测到任何无线设备

airmon-ng / airodump-ng 未检测到任何无线设备

我在 vmware 中使用 ubuntu,并且为了使用 airmon-ng,我已经从终端下载它。

但是当我运行它时它说

root@DESKTOP-SIVJTCS:/home/show# airmon-ng

PHY     Interface       Driver          Chipset

所以它不显示任何接口名称

然后当我运行 ifconfig 并找到我的接口名称时

我在终端上运行它说

root@DESKTOP-SIVJTCS:/home/show# airmon-ng start wifi0


PHY     Interface       Driver          Chipset

最后当我运行 wifiite 时它说

root@DESKTOP-SIVJTCS:/home/show# wifite
   .               .
 .´  ·  .     .  ·  `.  wifite2 2.5.2
 :  :  :  (¯)  :  :  :  a wireless auditor by @derv82
 `.  ·  ` /¯\ ´  ·  .´  maintained by kimocoder
   `     /¯¯¯\     ´    https://github.com/kimocoder/wifite2

 [!] Warning: Recommended app bully was not found. install @ https://github.com/aanarchyy/bully
 [!] Warning: Recommended app pyrit was not found. install @ https://github.com/JPaulMora/Pyrit/wiki
 [!] Warning: Recommended app hashcat was not found. install @ https://hashcat.net/hashcat/
 [!] 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

 [+] 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/python3/dist-packages/wifite/__main__.py", line 97, in entry_point
 [!]        wifite.start()
 [!]    File "/usr/lib/python3/dist-packages/wifite/__main__.py", line 50, in start
 [!]        Configuration.get_monitor_mode_interface()
 [!]    File "/usr/lib/python3/dist-packages/wifite/config.py", line 163, in get_monitor_mode_interface
 [!]        cls.interface = Airmon.ask()
 [!]    File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 310, in ask
 [!]        raise Exception('airmon-ng did not find any wireless interfaces')
 [!]  Exception: airmon-ng did not find any wireless interfaces

 [!] Exiting

答案1

  1. 下载Wi-Fi 驱动程序存档在您的虚拟机上。

  2. 转到下载目录,解压档案并进入解压后的目录。

  3. 运行以下命令:

    make unload
    make load
    

相关内容