Posted 19 July 2005 - 06:03 AM
OK, if i read you right - you want to capture what the person see's in the text messages ??
I've never used C&A for ARP Poisoning, so im not sure on it limitations, plugins. whatnot... But what your wanting is something like Ethereal packet sniffer...
Start poisoning the test PC's, then fireup Ethereal - Ethereal is extremely powerful with its filtering possibilities, so you can end up checking each packet for MSN's 'PRIVMSG' equiv. data that tells the GUI that this is a message from this users and just display that information...
Once the sniffer and poisoning are underway, goto the other PC's or VMWare images or however your doing it, and start a conversation between yourself and another person, put in code like TESTAABBTEST then stop the sniffer. Go back to your ethereal packets, and find the ones with that string in there. The new ethereal can follow streams so it makes your life a little easier.
From those ethereal logs, you can make custom filters to only display those packets, then screen those packets for just the data of the conversation - that can be done with a little programming or googling for another skiddie script that most users have no idea what its doing - which is the worse way of learning - if your interested in that, sorry for wasting my time.
I quiet enjoy reading packet logs, figuring out what packet did what, should look into it.