friTap-动态解密TLS friTap – Decrypting TLS on the fly
TLS请求报错 ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1129)
from--https://lolcads.github.io/posts/2022/08/fritap/ 2022-08-12 [Updated: 2022-08-12] :: Daniel Baier and Francois Egner :: 16 min read (3361 words) #frida #network #TLS #TLS decryption Table of Contents Encryption - a curse and a blessing at the same time Man-in-the-middle proxy as a solution Our approach: Abstraction of using a library friTap usage friTap int…
TLS请求报错 ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1129) 在python中使用DoT,通过TLS协议请求DNS,结果程序报错,错误 ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1129) 经检查发现竟然是Proxifier导致的问题,由于dns服务器在国外,使用了Proxifier作为中转,通过v2转发,Proxifier套了一层代理后,应该对传输的数据做了处理,导致返回的信息出现异常。 更换其他的工具就正常了,推荐使用Netch作为替代品,开源免费,可以直接对请求进行代理。 Netch https://github.com/NetchX/Netch/