Merge pull request #5379 from projectdiscovery/redis-config

Create redis-config.yaml
patch-1
Prince Chaddha 2022-09-15 19:06:58 +05:30 committed by GitHub
commit ad72257268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: redis-config
info:
name: Redis Configuration File Exposure
author: geeknik
severity: medium
reference: https://redis.io/docs/manual/config/
metadata:
verified: true
shodan-query: html:"redis.conf"
tags: redis,exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/redis.conf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "bind"
- "protected-mode"
- "port "
condition: and
- type: word
part: header
words:
- "application/octet-stream"
- type: status
status:
- 200