derv82 / wifite2

Rewrite of the popular wireless network auditor, "wifite"
GNU General Public License v2.0
6.2k stars 1.28k forks source link

monitor mode not supported? #262

Open Aenju opened 4 years ago

Aenju commented 4 years ago

hello newbie here when i try to open wifite i get this:

Interface PHY Driver Chipset

  1. wlan0 phy0 wl Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter (rev 03)

    [+] enabling monitor mode on wlan0... failed failed

    [!] Error: Cannot find any interfaces in monitor mode

but airmon-ng start wlan0 says

experimental wl monitor mode vif already enabled for [phy0]wlan0 on [phy0]prism0

airmon-ng:

PHY Interface Driver Chipset

phy0 wlan0 wl Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter (rev 03)

jjhu commented 4 years ago

Try to set the driver in Monitor mode manually: $set ifconfig wlan0 down $set iwconfig wlan0 mode monitor $set ifconfig wlan0 up

and/ or set wifite to the correct interface with this command: $sudo wifite -i wlan0 // replace with own interface.

softDev-os commented 8 months ago

no me sirvieron los comandos pero me gusto tu punto de solucion ya que la manera era colocarlo en modo monitor manualmente y asi seria mejor a mi me sirvio $ sudo airmon-ng start wlp0s20f3 ya que estoy en fedora 38 y quitaron el comando iwconfig y solo dejaron iw
y luego lo que hice fue ejecutar $ sudo ./Wifite.py -i wlp0s20f3mon esta es mi propiedad de interfaz la puedes comprobar con iw de o ifconfig o ip dev