10 2023 档案

tomcat白名单(七)方案三,随机数侵入
摘要:1 搜集 1.1 https://blog.csdn.net/SkyChaserYu/article/details/105840504 TLS1.3 抓包分析 Random,随机数,是由安全随机数生成器生成的32个字节。 1.2 https://blog.csdn.net/lcl088005/ar 阅读全文

posted @ 2023-10-23 00:19 silyvin 阅读(38) 评论(0) 推荐(0) 编辑

tomcat白名单(六)方案二,SNI侵入
摘要:侵入ClientHello协议 1 windows 本地 1.1 netty client connect localhost:20000, host put in 6u-21370 通过 1.2 打开UIServer,开ssl,8081 浏览器输入https://localhost:20000/ 阅读全文

posted @ 2023-10-22 23:52 silyvin 阅读(27) 评论(0) 推荐(0) 编辑

tomcat白名单(五)其他
摘要:0 跟我想法一致 https://www.coder.work/article/2852937 我想从 TLS Client Hello Message 中找到主机名。我想在 java 为透明 ssl 代理完成握手之前找到主机名。 有没有什么方法可以在不编写整个 ssl 握手 逻辑的情况下找到 SN 阅读全文

posted @ 2023-10-18 21:22 silyvin 阅读(45) 评论(0) 推荐(0) 编辑

tomcat白名单(四)正向代理
摘要:1 Http的CONNECT并不是所有的Proxy Server都实现了,所在这里选择Proxy Server的时候需要注意一下。通常所用到的Proxy Server如Squid和Nginx,Squid是支持Http CONNECT,而Nginx就是不支持的。 https://blog.csdn.n 阅读全文

posted @ 2023-10-17 23:56 silyvin 阅读(58) 评论(0) 推荐(0) 编辑

comcat白名单(三)http是否有Connect tunnel
摘要:mac curl http://localhost:9999/hhh --proxy "localhost:1999" localhost:9999不需要存在 结论: 1 localhost:9999存在于Host头 2 这个请求为Get,不是Connect 3 远端connect失败,close 阅读全文

posted @ 2023-10-17 23:22 silyvin 阅读(18) 评论(0) 推荐(0) 编辑

tomcat ip白名单(二)openshift无法同时支持http和https tunnel(http+tcp),方案一流产
摘要:1 openshift 背景,为什么项目二(http springboot用https域名访问)与项目一(双向ssl透传)可以共存 * edge - TLS termination is done by the router and http is used to communicate with 阅读全文

posted @ 2023-10-17 00:08 silyvin 阅读(76) 评论(0) 推荐(0) 编辑

bq事故
摘要:生产者消费者应当使用2吧锁 阅读全文

posted @ 2023-10-13 11:08 silyvin 阅读(3) 评论(0) 推荐(0) 编辑

带宽
摘要:假设qps为500 request 平均长度1K,response平均长度200K 则每秒流量为入站1K*500=500KB/s=4Mbit/s 出站200K*500=10MB/s=80Mbit/s 阅读全文

posted @ 2023-10-13 00:20 silyvin 阅读(34) 评论(0) 推荐(0) 编辑

sock5代理及隧道
摘要:1 引出 https://www.cnblogs.com/du-better/p/6519502.html java 使用代理发邮件 java发送邮件功能支持代理,但是不支持http代理,支持sock代理(支持SOCKS V4或V5协议)并且连接代理不需要用户名和密码。 使用的是JDK版本需要1.5 阅读全文

posted @ 2023-10-10 12:57 silyvin 阅读(58) 评论(0) 推荐(0) 编辑

tomcat ip白名单
摘要:1 如果加在四层,则拿到的是f5的ip 如果加在七层,报文可以伪造 2 https://www.jianshu.com/p/d67dbd236748?utm_campaign=hugo&utm_content=note&utm_medium=seo_notes&utm_source=recommen 阅读全文

posted @ 2023-10-08 00:36 silyvin 阅读(83) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示