挂钩Https加密 [英] Hooking the Https encryption

查看:126
本文介绍了挂钩Https加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想知道Https加密处理的是什么DLL函数,所以我可以将其钩住.

我曾经从 ws2_32.dll 挂钩 send()函数并过滤数据,但是使用和Https连接数据是加密的,那么我需要挂钩加密函数.它在哪里?名称是什么?

Hi
I would like to know what DLL function deals with the Https encryption so i can hook it.

I used to hook the send() function from ws2_32.dll and filter data, but with and Https connexion data are encrypted, then i need to hook the encrypting function. Where is it? What is name?

推荐答案

您可能想仔细看看Fiddler:

http://www.fiddler2.com/fiddler2/

它能够拦截HTTP和HTTPS流量,并且还可以编写脚本,因此您可以修改入站和出站流量.也可以使用.NET进行扩展.

可能值得一看!


干杯,


曼弗雷德(Manfred)
You might want to take a close look at Fiddler:

http://www.fiddler2.com/fiddler2/

It''s able to intercept HTTP and HTTPS traffic and is also scriptable so you can modify inbound and outbound traffic. Also it can be extended using .NET.

Might be worth a look!


Cheers,


Manfred


这篇关于挂钩Https加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆