Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我尝试使用 airodump 收听特定的 wifi 频道时,我都会得到:fixed channel wlan0: -1 我尝试更改频道,但它总是 -1!
fixed channel wlan0: -1
我使用 Ubuntu 12.04。
你要做的就是执行ifconfig wlan0 down
ifconfig wlan0 down
确保您没有连接到任何无线网络,请尝试: airodump-ng -<the channel you want> --bssid<the wireless network you want> mon0
airodump-ng -<the channel you want> --bssid<the wireless network you want> mon0
如果它不起作用,请尝试:
ifconfig mon0 down
iwconfig mon0 mode monitor
ifconfig wlan0 up
ifconfig mon0 up