Search code examples
httpwebhttpssniffer

HTTPS Sniffer for .NET ?


Problem : I would like to record all the http and https request made from any browser installed in my computer thru a windows application.

So, I would like to know is there any http and https sniffer (including commercial tools) libraries which I can use in my .NET applications ?

Thanks


Solution

  • If you just need this for investigation, and don't really need to build it into your app, you can just use Fiddler as a stand-alone proxy. You'd need to use a cert, in order to decrypt the traffic. In essence, you'd be doing a man-in-the-middle exploit. http://en.wikipedia.org/wiki/Fiddler_(software) http://www.telerik.com/fiddler