Merge pull request #5313 from projectdiscovery/redis-exception-error

Create redis-exception-error.yaml
patch-1
Prince Chaddha 2022-09-06 00:18:08 +05:30 committed by GitHub
commit 30549c3ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: redis-exception-error
info:
name: Redis Exception Connection Error Page
author: DhiyaneshDk
severity: low
reference:
- https://www.facebook.com/ExWareLabs/photos/pcb.5563308760399619/5563307330399762/
metadata:
verified: true
shodan-query: html:"redis.exceptions.ConnectionError"
tags: exposure,redis,logs
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'redis.exceptions.ConnectionError'
- type: word
part: header
words:
- text/plain
- type: status
status:
- 500