09 2021 档案

摘要:以nginx为例子,nginx现在企业都用,测试版本1.12.0 example1: nginx.conf: location /flag/ { deny all; return 403; } location /baidu/ { proxy_pass http://baidu.com; } loc 阅读全文
posted @ 2021-09-16 16:43 飘渺红尘✨ 阅读(189) 评论(0) 推荐(0)
摘要:学习存货(2) CVE-2018-11784简单分析之反推的魅力 看着挺有趣的,简单分析下: 通过搜索tomcat漏洞找到: http://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.91 修改了这两个文件,我们看java 阅读全文
posted @ 2021-09-01 18:09 飘渺红尘✨ 阅读(620) 评论(0) 推荐(0)

Title