Recently I posted about Charles Web Debugging Proxy and quite a few people mentioned they had been using Fiddler.
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and “fiddle” with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.
If you want some info on how to use Fiddler for debugging you can check here:
Fiddler Can Make Debugging Easy
You can download Fiddler here:
Or read more here.
Stored in: Network Hacking, Programming, Web Hacking
Related Posts:
- Charles Web Debugging Proxy – HTTP Monitor & Reverse Proxy
- Paros Proxy 3.2.11 Released – MITM HTTP and HTTPS Proxy
- Paros Proxy 3.2.10 Released – MITM HTTP and HTTPS Proxy
- Watcher – Passive Analysis Tool For HTTP Web Applications
- Paros Proxy 3.2.12 Released – MITM HTTP and HTTPS Proxy
- SPIKE Proxy – Application Level Security Assessment
| 3,910 views |



Does Fiddler support 2-way SSL? I see on their website that HTTPS is supported, but it isn’t clear whether you can configure it to act as an SSL-authenticated client. If not, anyone know of any good proxies that support 2-way SSL?
I my oppinion there is only one web app. pen-test tool and that is Burp Suite. It has everything also 2-way SSL support and even it’s own scanner..