Tag Archives: Fiddler Automation

Dealing with pcaps in windows using Fiddler/FiddlerCore

Many a times when we receive a pcap(especially exploit packs pcaps) for malware analysis purpose we had to do lot of manual work to load it in Fiddler and extract the objects and analyze those. While using windows, i depend … Continue reading

Posted in Malware, Malware Analyzer, Tools, Web, Windows | Tagged , , , , , , | Leave a comment

FiddlerCOM

FiddlerCore is written in .Net. Most of the time when we needed to capture the traces using fiddler we had to start it manually. Here is the simple .Net code that you can use to automate this capture. using System;using … Continue reading

Posted in Fuzzing, IE, Web | Tagged , , , , | Leave a comment