How to sniff network traffic with Wireshark
Jan 06, 2010, 06:04 (0 Talkback[s])
"The internet is inherently insecure. Whenever you send data
across it, there is a chance that that data could be sniffed, and
someone could end up with your personal data. Hopefully once you've
read this article, you'll have a better understanding of how to
prevent this from happening.
"When data travels through the internet, it needs to pass
through multiple connections to get to its final destination. Most
people don't realise that the data can be read by any machine it
passes through on this journey. With the right tools, you can sniff
this data yourself, and any data that passes through your network.
This is because most networks actually send data intended for
anyone on that network to all machines on your network, and your
computer will ignore anything that's not meant for it. This is
especially true for most wireless networks, even networks that are
'secured' with WEP/WPA.
"Ooh, what's that smell?
"Let's try sniffing some of the data on your network. First of
all, you need to install a tool called Wireshark. Most
distributions have this available in their package manager, and for
Ubuntu, I ran the command..."
Complete Story
Related Stories:
- Stumbling and Sniffing Wireless Networks in Linux, Part 3(Nov 16, 2009)
- Stumbling and Sniffing Wireless Networks in Linux, Part 2(Oct 26, 2009)
- Stumbling and Sniffing Wireless Networks in Linux, Part 1(Oct 19, 2009)
- Improvement of libpcap for lossless packet capturing in Linux using PF_RING kernel patch(Oct 08, 2009)
- How to Fix Wireless on Ubuntu(Aug 28, 2009)
- Useful Wireless Networking Connection Commands - Ubuntu/Debian Linux(Aug 21, 2009)
- Ten top wireless connection tools for Linux(Aug 14, 2009)
- Use Wireshark to track your network behavior(Aug 07, 2009)
- 10 tools to connect to wireless networks in Linux(Jul 15, 2009)