Question

I am trying to add some security to my computer at home and would like to have a copy of all Yahoo! IMs sent to me. I am using Python 2.6 on Windows.

I would also like to have every URL in Internet Explorer sent to me.

Was it helpful?

Solution

Wireshark has custom filters for chat protocols like yahoo or to filter for all HTTP traffic. I don't know why you would want to filter only IE, its not the most common browser but you could probably filter by user agent. Wireshark can be invoked on the commandline and you can tap into these pre-built filters. You should use python's subprocess module to execute Wireshark.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top