SilentGhostX / HT-WPS-Breaker

HT-WPS Breaker (High Touch WPS Breaker)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wireless Card Not Found

nitrogear opened this issue · comments

Hello,

Got error on raspberry pi2 on Kali:
Wireless Card Not Found
However I have Realter USB WiFi card:
lsusb
Bus 001 Device 004: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter

ifconfig wlan0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:13:ef:30:09:ce txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 147 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

The cause of issue is in the line: iwconfig 2>&1 | grep 'ESSID' | wc -l
because:
iwconfig wlan0
wlan0 unassociated Nickname:"WIFI@REALTEK"
Mode:Managed Frequency=2.462 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

Hi,
the problem still exist. Someone solved it in some way?
Thank you

You can try tiping command
Airmon-ng
Airmon-ng start wlan0
Then look for interface (wlan0mon for example) and then you can continue with airodump-ng +interface (wlan0mon( your might be different ))