Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldnt find interfaces in monitor mode #177

Open
ImPalyYT opened this issue Jul 13, 2023 · 0 comments
Open

Couldnt find interfaces in monitor mode #177

ImPalyYT opened this issue Jul 13, 2023 · 0 comments

Comments

@ImPalyYT
Copy link

Just new to wifite and dont know how to fix this
Selecting wlan0 (3) just gives this error
[+] Select wireless interface (1-3): 3
[+] Enabling monitor mode on wlan0... failed

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

[!] Full stack trace below

[!] Traceback (most recent call last):
[!] File "/usr/lib/python3/dist-packages/wifite/main.py", line 104, in entry_point
[!] wifite.start()
[!] File "/usr/lib/python3/dist-packages/wifite/main.py", line 57, in start
[!] Configuration.get_monitor_mode_interface()
[!] File "/usr/lib/python3/dist-packages/wifite/config.py", line 228, in get_monitor_mode_interface
[!] cls.interface = Airmon.ask()
[!] ^^^^^^^^^^^^
[!] File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 320, in ask
[!] selected.interface = Airmon.start(selected)
[!] ^^^^^^^^^^^^^^^^^^^^^^
[!] File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 200, in start
[!] raise Exception('Cannot find any interfaces in monitor mode')
[!] Exception: Cannot find any interfaces in monitor mode

airmon-ng start wlan0 gives this error
PHY Interface Driver Chipset

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

ERROR adding monitor mode interface: command failed: Operation not supported (-95)

@ImPalyYT ImPalyYT changed the title Couldnt find interfaces in monitor modr Couldnt find interfaces in monitor mode Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant