# # # 08-Dec-04 amo Date-of-Birth # 12-Jan-07 amo Added tools-n-tricks, tcpdump # # # http://security.royans.net/info/articles/pfilt/pfilt.pl # http://security.royans.net/info/rawip # # ./pfilt.pl # # Can't locate Net/RawIP.pm in @INC (@INC contains: ... list of perl libs .. ) # # # http://www.royans.net/blog/2003/03/article-netrawip-tools-and-tricks.shtml # # # # another sniffer # http://www.royans.net/security/info/rawip/code/sniffer1.shtml # # # Install Net-RawIP.pm # -------------------- # http://www.linux-sec.net/Sniffer/Scripts/NetRawIP.Install.txt # # Try again # ============ ./pfilt.pl # # # With tcpdump # ============ # tcpdump -i "interface name" -s 1518 -lenvv host "host" and port 110 -w /tmp/filename.txt # tcpdump -s 2000 port 110 -w /tmp/data-to-port-110 # # # End of file