Project Description
WebScarab and MS Fiddler are very similar tools, however, the previous is used more for security analysis and testing and the latter for debugging and troubleshooting. The Goal of this project is to bring some Vulnerability / Security Analysis to Fiddler through add-ins.

INSTALLATION INSTRUCTIONS

Please leave suggestions/ideas in the Discussions Area. If you'd like to join the development effort, send me a note.

Why a .NET Based Security Analysis PlugIn for Fiddler?
The Initial ViewState Decoder plug-in for MS Fiddler simply combines some code from an MSDN article on ViewState written by Scott Mitchell @ 4GuysFromRolla.com with the MS Fiddler plugin architecture to simply extract and display decoded ASP.NET VIEWSTATE Data in MS Fiddler. I spent about an hour on this so I suspect it will have some kinks to work out.

The goal simply was to understand the MS Fiddler Plug-in architecture and integrate a simple feature quickly to see what sort of effort it would take to build plug-ins for fiddler. It turns out to be incredibly easy.

Going forward, I'd like to collect a list of common features from the community.

Some initial ideas are as follows:
Why enhance MS Fiddler instead of contributing to WebScarab? Well, I personally don't normally like to re-invent the wheel - but WebScarab UI has much to be desired and isn't built on a platform where I'm the most comfortable. MS Fiddler ties into the Windows Platform meaning:

And anyway, I'm not re-inventing MUCH. Fiddler already has:
Since Java and C# (or J# even) are close relatives (sorta), I suspect both projects could still contribute code to each other.

Please leave suggestions/ideas in the Discussions Area. If you'd like to join the development effort, send me a note.