wiki'd

by JoKeru

Sniffing text based protocols

[cc lang='bash']
\$ tcpdump -i eth0 -l -s0 -w - tcp port 25 | strings
[/cc]

Comments