Jump to content

Fiddler Web Proxy Debugging Tool


00gold

Recommended Posts

Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler is designed to be much simpler than using NetMon or Achilles, and includes a simple but powerful JScript.NET event-based scripting subsystem.

 

What's a debugging proxy? In effect, it's a benign man-in-the-middle attack. Fiddler works by registering itself as the system proxy for Microsoft Windows Internet Services (WinInet), the HTTP layer used by Internet Explorer, Microsoft Office, and many other products. If you look in the IE 7 Internet Options/Connections/LAN Settings dialog when Fiddler is running, you'll see that "Use a proxy server for your LAN" has been checked; if you look at the advanced proxy properties, you'll see that Fiddler is proxy for both the HTTP and Secure server types, and runs on port 8888 of the local host. If you look at the same place after stopping Fiddler, you'll see that "Use a proxy server for your LAN" has been unchecked, meaning that Fiddler2 has unregistered itself as the system proxy.

 

Fiddler intercepts and logs all your HTTP and HTTPS traffic, and lets you view it and fiddle with it (hence the name) in various ways. All that logging will slow down your browsing noticeably, but if you pay attention to what it tells you, you can, among other things, use Fiddler to speed up your own Web sites.

 

This is the hidden content, please

 

https://www.virustotal.com/gui/file/2afe37ab5cdb7df4a80fcbe85b9298f509df064173e6a4ee7008e5d409bc6172/detection

 

 

IMG_20200414_171005.jpg

IMG_20200414_170923.jpg

Edited by 00gold
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...