Open Source Linux network analyzer

Which are there? What features do they offer?

link|improve this question

feedback

11 Answers

up vote 21 down vote accepted

What exactly do you need?

  • wireshark - network sniffer/analyzer
  • iftop - bandwidth usage
  • darkstat - traffic analyzer
  • nmap - network port scanner
  • nessus - vulnerability scanner
  • metasploit - penetration testing
link|improve this answer
Worked for me, thx – Martin K. Jul 23 '09 at 13:45
+1 for the variety – squillman Jul 23 '09 at 13:45
feedback

ntop is a solution that has been around for a while, can be extended with plugins. Here is a short how-to.

link|improve this answer
feedback

Can't believe nobody mentioned tcpdump. Click on the link to see the list of features

link|improve this answer
Surprised by that too – Swish Aug 10 '09 at 17:19
feedback

Wireshark (formerly ethereal) is my favorite.

link|improve this answer
feedback

A few more:

  • lanmap2 - sits quietly on a network and builds a picture of what it sees.
  • kismet - wireless sniffer
  • nikto - web server scanner
  • nast - another network sniffer/analyzer
link|improve this answer
feedback

A missing tool from the list is ettercap. A text-based tool to analyse a subnet and perform active or passive scans of the subnet. It can also monitor packets and display streams.

link|improve this answer
feedback

If you need a network traffic analyzer you can use tshark (it's the console version of wireshark).

link|improve this answer
feedback

MRTG for nice pretty pictures and graphs (management p0rn) via SNMP monitoring. does everything i need, but if u dont list your requirements its quite hard to guess what you want.

link|improve this answer
feedback

p0f - passive OS fingerprinting (http://lcamtuf.coredump.cx/p0f.shtml)

link|improve this answer
feedback

for reconaissance / mostly real time analysis:

  • tshark - text-only version of wireshark when tcpdump is too cryptic.
  • httpry - simple nice passive http protocol sniffer.
  • ngrep - displays payload of selected traffic
link|improve this answer
feedback

If you need a network intrusion IDS/IPS tool, Snort is one such open source tool.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.