type
status
date
slug
summary
tags
category
icon
password

0x00 中间件漏洞-Nginx

1.CRLF漏洞
crlf就是换行回车的意思,当在数据包中加入换行回车的url编码,会被解析导致当前数据换行回车而出现在下一列,可以配合触发xss等漏洞
notion image
payload触发xss:/%0D%0A%0D%0A%3Cimg%20src=1%20onerror=alert(/xss/)%3E
notion image
这里附上一个CRLF的检测工具:https://github.com/dwisiswant0/crlfuzz
2.路径穿越,配置错误
Nginx在配置别名(Alias)的时候,如果忘记加/,将造成一个目录穿越漏洞。
错误的配置文件示例(原本的目的是为了让用户访问到/home/目录下的文件):
notion image
3.错误配置解析漏洞 CVE-2013-4547
解析错误:/1.gif0x20.php
上传修改hex 20 20 为 20 00:
notion image
4.错误解析漏洞
/1.png未解析 但是/1.png/.php被解析
notion image
添加.php被解析:
notion image

0x01 中间件漏洞-Tomcat

1.put请求 任意文件写入 CVE-2017-12615
notion image
2.Tomcat 弱口令 (弱口令爆破)
路径:8080/manager/html
弱口令:tomcat:tomcat
notion image
弱口令爆破:外真实网站
观察数据包的账户与密码传参解码
notion image
密码的加密方式:
notion image
使用Bp爆破:配置三个密码账户参数格式,使用加密编码传输爆破
notion image
爆破:
notion image
3.Tomcat war包上传getshell
登录后位置有个文件上传位置,上传jsp的war后门包,访问jps文件尝试getshell
”tomcat war包上传getshell“
notion image
4.文件读取漏洞 CVE-2020-1938
读取成功:读取WEB-INF/web.xml文件
notion image
读取ROOT目录下的build.xml文件内容
notion image
fofa批量验证扫描:1.txt为tomcat的8009开发的IP资产
此漏洞后期的shell需要配合上传,配合包含漏洞
Windows安全加固手册中间件漏洞总结-Apache-IIS-Nginx-Tomcat
告白
告白
一个普通的干饭人🍚
公告
type
status
date
slug
summary
tags
category
icon
password
🎉告白的个人日常博客🎉
-- 关注微信公众号 ---
Gaobai文库
本站内存在文章缺失,框架组件问题待解决
原博客kxsy.work文章已在慢慢迁移本站
渗透时长两年半的个人练习生
-- 感谢您的支持 ---
👏欢迎阅览👏