diff --git a/exposures/logs/redis-exception-error.yaml b/exposures/logs/redis-exception-error.yaml new file mode 100644 index 0000000000..37ebcf71ef --- /dev/null +++ b/exposures/logs/redis-exception-error.yaml @@ -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