https - MITM proxy using FiddlerCore -
We want to implement a MITM proxy.
This should obtain the https request from the client, decrypt them, and return the previously recorded responses
This means that the proxy is not connected directly to the remote server. I know that Fidelor MITM supports, but how can I use it in my scenario?
Thanks
This is a very simple job . If you look at the demo project included in Fidler Coir, you can get more ways from there.
Fiddler Feldler App Preceding + = Representative (Fidelatoration OS) {if (oSession.HTTPMethodIs ("Connect")} {oSession.oFlags ["X-ReplyWithTunnel"] = "Fake To HTTPS Tunnel"; Return; } If (OS.U.R.T.TTTT) (OSM), "OSTill Craft Response Endbipse Server"; OS.responseBodyBytes = Session IWantToReturn.responseBodyBytes; OS.oResponse.headers = (HTTPResponseHeaders) session IWantToReturn.oResponse.headers.Clone (); }};
Comments
Post a Comment