Whenever I try to listen to a specific wifi channel using airodump I got : fixed channel wlan0: -1
I try to change the channel but it's always -1!
I use Ubuntu 12.04.
Whenever I try to listen to a specific wifi channel using airodump I got : fixed channel wlan0: -1
I try to change the channel but it's always -1!
I use Ubuntu 12.04.
Copyright © 2021 Jogjafile Inc.
What you have to do is execute
ifconfig wlan0 downmake sure you are not connected to any wireless network, try:
airodump-ng -<the channel you want> --bssid<the wireless network you want> mon0If it doesn't work, try:
ifconfig wlan0 downthenifconfig mon0 downtheniwconfig mon0 mode monitorthenifconfig wlan0 upthenifconfig mon0 upand try to sniff now.