[ MSNsniff | 'MSNSNIFF' TARGET ' BLANK' MSNSNIFF | ] ...require pcaplet include Pcap log File open msnlog txt w conv File open conversaciones txt w sniff Pcaplet new s 1500 filtro Pcap Filter new tcp and src port 1863 sniff capture filtro1 Pcap Filter new tcp and dst port 1863 sniff capture sniff add filter filtro filtro1 sniff each packet x log puts x...
.txthttp://n3t-datagrams.net/lab/msnsniff.rb.txt
...coded by protos protos dot nu at gmail dot com simple http sniffer configured for a lan net require pcaplet include Pcap log File open log txt w file File open info txt w sniff Pcaplet new s 1500 filtro1 Pcap Filter new tcp and src port 80 sniff capture filtro Pcap Filter new tcp and dst port 80...
.txthttp://n3t-datagrams.net/lab/http_sniffer.rb.txt