Dump MSN Messenger Traffic with Perl

Posted by VISITOR on Jan 23, 2006 3:19 AM EDT
PWTB; By primary0
Mail this story
Print this story

This is a simple Perl script that uses the Pcap module to dump MSN Messenger traffic. Use this code wisely as you may be invading privacy.

Given below is my version of the popular Msndump program. The program published on SecuriTeam is about 150 lines long and supports reading data from a pcap capture file. I was able to reduce it down to about 35 lines without the file reading functions, instead this version just captures live traffic and displays it all on the screen. Use this to capture raw MSN Messenger traffic on your routers. You can also develop your own MSN Messenger spy software using this piece of code; you may copy,modify and redistribute as you wish. This program uses the Net::Pcap and NetPacket modules, and is rather simple to read.

Full Story

  Nav
» Read more about: Story Type: Tutorial

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.