tcpdump / etherfind
use tcpdump to collect packets into a file. use etherreal to analyze the packets.
for example, I wanted to see what is happening on port 8655:
tcpdump -vvv port 8655 -w outfile
etherreal outfile
for example, I wanted to see what is happening on port 8655:
tcpdump -vvv port 8655 -w outfile
etherreal outfile
Labels: tcpdump network sniff etherreal

0 Comments:
Post a Comment
<< Home