derv82 / wifite2

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

Error airmon-ng start wlan0 #238

Open Egrak opened 4 years ago

Egrak commented 4 years ago

Hello How do I correct this error?

root@kali:~# airmon-ng start wlan0

Error: /proc must be mounted To mount /proc at boot you need an /etc/fstab line like: proc /proc proc defaults In the meantime, run "mount proc /proc -t proc"

Requested device "wlan0" does not exist. Run /usr/local/sbin/airmon-ng without any arguments to see available interfaces

RaduNico commented 4 years ago

Check with iwconfig that the interface wlan0 exists please.

The error regarding /proc is rather weird... Is this a kali installed as a dual boot/ running on a stick? Some more information about your system would be useful.

Egrak commented 4 years ago

root@kali:~# iwconfig umts_dm0 no wireless extensions.

rmnet3 no wireless extensions.

wlan0 IEEE 802.11bgn Mode:Managed Frequency:2.417 GHz Bit Rate=13 Mb/s Retry short limit:7 RTS thr:off Fragment thr:off Power Management:on Link Quality=27/70 Signal level=-83 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0

rmnet4 no wireless extensions. p2p0 IEEE 802.11bgn Mode:Managed Retry short limit:7 RTS thr:off Fragment thr:off Power Management:on

ip6tnl0 no wireless extensions.

rmnet5 no wireless extensions.

rmnet0 no wireless extensions.

rmnet6 no wireless extensions.

rmnet1 no wireless extensions.

sit0 no wireless extensions.

lo no wireless extensions.

rmnet7 no wireless extensions.

rmnet2 no wireless extensions.

kimocoder commented 4 years ago

what driver is this? output of "airmon-ng" only, thanks

Egrak commented 4 years ago

root@kali:~# airmon-ng

PHY Interface Driver Chipset

phy0 p2p0 scsc_wlbt Not pci, usb, or sdio phy0 wlan0 scsc_wlbt Not pci, usb, or sdio

kimocoder commented 4 years ago

There you have it.. is scsc_wlbt supported? I guess not

Egrak commented 4 years ago

Yes

RaduNico commented 4 years ago

Judging by the ' Not pci, usb, or sdio' data where the chipset should be displayed, airmon-ng does not seem to recognize it. Which probably indicates it is not supported.

Try to find the network card chipset that you have and look it up here (https://wikidevi.com/wiki/Wireless_adapters/Chipset_table) to see if you have monitor mode capability. My best guess however is that your network card does not support monitor or injection and you shoul look up a usb dongle which does have this capability.

Egrak commented 4 years ago

Oky, Thank you

AdrianCarl05 commented 4 years ago

Screenshot_20200226-151128_NetHunter KeX

AdrianCarl05 commented 4 years ago

How to solve that problem

fidelelesobre commented 1 year ago

RAS