Network security tools: Difference between revisions

From YobiWiki
Jump to navigation Jump to search
Content deleted Content added
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 20: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