Tubetrue01 / articles

0 stars 0 forks source link

TLS 混淆(二)解 ClientHello | Tubetrue01 #37

Open Tubetrue01 opened 1 year ago

Tubetrue01 commented 1 year ago

https://tubetrue01.github.io/articles/2022/12/27/proxy/TLS%E6%B7%B7%E6%B7%86(%E4%BA%8C)%E8%A7%A3ClientHello/?

引言 【上一篇文章】 介绍了客户端发送请求到服务端进行 Hello Client 握手,本篇继续讲解服务端收到请求之后如何反解析具体的数据。 庐山真面目Hello Client 握手包其实就只是一个用来欺骗防火墙的外壳,真正的数据也藏在其中。到达服务端之后,我们首先要做的就是去掉外壳,拿到真实的数据。 先判断当前是否启用混淆 1if (obfs == NULL || obfs->deob