Results 1 to 2 of 2

Thread: wireless sniffer for msn messenger

  1. #1
    Join Date
    Sep 2008
    Beans
    2

    wireless sniffer for msn messenger

    hi all,
    How can I sniff all the MSNMessenger communication that is going through my WEP encrypted wireless network at home using UBUNTU?

    I tried installing Kismet. But couldn't figure out how to make it do what I need.

    p.s,
    I'm new to linux... so bare with me

  2. #2
    Join Date
    Oct 2006
    Beans
    155

    Re: wireless sniffer for msn messenger

    if you got tcpdump installed then use that as such...

    sudo apt-get install tcpdump

    tcpdump -nvvv -i wlan0 host

    Or you can use wireshark if you prefer gui.

    sudo apt-get install wireshark

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •