When I run the airmon-ng command, I do not get any wireless extensions for my wireless network card like wlan0. Can the problem be? My wireless card is Athoros so it is supported. Pliiiiiiz for any help
use root mode - sudo su
first check whether your wlan0 / Sbin / ifconfig if it does not check / sbin / iwconfig if you can see it later:
wlan0 IEEE 802.11 BG ESSID: Off / Any / Mode: Managed Apes Point: Non-Associated Tx-Power = 27 dBM
RTS RH: Closed Piece Thr: Closed Encryption Key: Off Power Management: Close
Then do the following:
/ Sbin / ifconfig -a wlan0 up
You will be able to see it by running:
/ sbin / ifconfig
Finally:
airmon-ng start wlan0
and you have a monitor available for you ...
Comments
Post a Comment