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

monitor mode is enabled but wifite stuck at scanning devices #178

Open
soaptn opened this issue Oct 24, 2023 · 5 comments
Open

monitor mode is enabled but wifite stuck at scanning devices #178

soaptn opened this issue Oct 24, 2023 · 5 comments

Comments

@soaptn
Copy link

soaptn commented Oct 24, 2023

[+] Using wlan0 already in monitor mode
[+] Scanning. Found 0 target(s), 0 client(s).
am using tp-link tl-wn 722n

@kimocoder
Copy link
Owner

Do you have any logs, eg "dmesg | grep firmware" elsn?

@pingu123456
Copy link

Hi, I'm having the same problem with latest revision of Tp-link tl-wn 722n.

└─$ lsusb
Bus 001 Device 003: ID 2357:010c TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS]

[ 102.739403] usb 1-2: rtl8xxxu: Loading firmware rtlwifi/rtl8188eufw.bin
[ 102.740190] usb 1-2: firmware: direct-loading firmware rtlwifi/rtl8188eufw.bin

@pingu123456
Copy link

Must be something wrong with the drivers. Card seem to be in monitor mode, but still there is no wlan0mon interface.

└─$ sudo airmon-ng start wlan0

PHY Interface Driver Chipset

phy0 wlan0 rtl8xxxu TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS]
(mac80211 monitor mode already enabled for [phy0]wlan0 on [phy0]10)

┌──(kali㉿kali)-[/usr/lib/python3/dist-packages/wifite]
└─$ sudo airmon-ng

PHY Interface Driver Chipset

phy0 wlan0 rtl8xxxu TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS]

┌──(kali㉿kali)-[/usr/lib/python3/dist-packages/wifite]
└─$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11 Mode:Monitor Frequency:2.457 GHz Tx-Power=20 dBm
Retry short limit:7 RTS thr=2347 B Fragment thr:off
Power Management:off

@H4ckN3rd
Copy link

Must be something wrong with the drivers. Card seem to be in monitor mode, but still there is no wlan0mon interface.

└─$ sudo airmon-ng start wlan0

PHY Interface Driver Chipset

phy0 wlan0 rtl8xxxu TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS] (mac80211 monitor mode already enabled for [phy0]wlan0 on [phy0]10)

┌──(kali㉿kali)-[/usr/lib/python3/dist-packages/wifite] └─$ sudo airmon-ng

PHY Interface Driver Chipset

phy0 wlan0 rtl8xxxu TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS]

┌──(kali㉿kali)-[/usr/lib/python3/dist-packages/wifite] └─$ iwconfig lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11 Mode:Monitor Frequency:2.457 GHz Tx-Power=20 dBm Retry short limit:7 RTS thr=2347 B Fragment thr:off Power Management:off

Is it solved? I'm getting the same.

@ZerBea
Copy link

ZerBea commented Nov 25, 2023

Linux stock kernel driver is broken:
ZerBea/hcxdumptool#361 (comment)
Patch is here:
https://bugzilla.kernel.org/show_bug.cgi?id=217205#c77

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

5 participants