How to create Man in the Middle instrumentation

后端 未结 3 1145
暖寄归人
暖寄归人 2020-12-15 11:15

I\'m trying to see how a certain application is talking to a server in SSL. Basically, the process just hangs when it claims to have done some SSL communication. I want to

3条回答
  •  情歌与酒
    2020-12-15 11:39

    I haven't use it for this purpose but Fiddler should be able to do what you want.

    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.

提交回复
热议问题