Thursday, December 24, 2009

How to snoop on Solaris

Guys, play with snoop on Solaris in different formats:

  1. snoop -o test.pcap -x 54 port 80
  2. snoop port 5995
  3. snoop -x56 port 80
  4. snoop -v -o /tmp/ipv6.pacp -d e1000g0 port 80
  5. snoop -o /tmp/driver.cap -ta port 80

You can also open the *.pcap or *.cap file in Wireshark and find the transaction flow and each transaction details in Wireshark.

0 comments:

Post a Comment