use wireshark in ubuntu


http://ask.wireshark.org/questions/5826/cant-check-monitor-mode-checkbox-on-ubuntu

http://www.aircrack-ng.org/

sudo airmon-ng start wlan0 6//6 is channel

sudo airodump-ng mon0


下面的只是存档

sudo ifconfig wlan0 down

sudo iwconfig wlan0 mode managed

sudo ifconfig wlan0 up

sudo iwconfig wlan0 channel xx

//Replace xx with the number of the channel for the wifi you're trying to connect.

sudo ifconfig wlan0 down

sudo iwconfig wlan0 mode monitor

sudo ifconfig wlan0 up

This should get you into monitor mode.

Just check with

iwconfig wlan0

In the mode attribute "monitor" should be written instead of managed.

Hope this helps.




你可能感兴趣的:(Linux)