Difference between revisions of "Network security tools"

From YobiWiki
Jump to navigation Jump to search
Line 20: Line 20:
 
* [http://www.wireshark.org Wireshark]
 
* [http://www.wireshark.org Wireshark]
 
Sniff over network:
 
Sniff over network:
wireshark -k -i <(ssh -l root remote-host tshark -w - not tcp port 22)
+
wireshark -N n -S -l -k -i <(ssh root@zeus tshark -w - not tcp port 22)
   
 
===Others===
 
===Others===

Revision as of 22:34, 2 March 2007

Tools

Sniff over network:

wireshark -N n -S -l -k -i <(ssh root@zeus tshark -w - not tcp port 22)

Others

Filtering

cf also