Thursday, March 8, 2012

Wireshark Listing interfaces in ubuntu

$ sudo apt-get install wireshark
$ sudo dpkg-reconfigure wireshark-common 
$ sudo usermod -a -G wireshark $USER
$ sudo reboot
 
Instead of rebooting, you can logout with this command:
  • Ubuntu Desktop:
    $ gnome-session-quit --logout --no-prompt
     
    SEtting up wlan0 in monitor mode
     
    sudo ifconfig wlan0 down
     
    sudo iwconfig wlan0 mode monitor
     
    sudo ifconfig wlan0 up
     
     
 

1 comment:

  1. This is one of the most incredible blogs I’ve read in a very long time. The amount of
    information in here is stunning, like you practically wrote the book on the subject.
    Your blog is great for anyone who wants to understand this subject more.
    Great stuff; please keep it up!
    Get Wireshark

    ReplyDelete