nuclei-templates/exposures/logs/redis-exception-error.yaml

34 lines
670 B
YAML
Raw Normal View History

2022-09-05 12:00:44 +00:00
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"
2022-09-05 12:04:01 +00:00
tags: exposure,redis,logs
2022-09-05 12:00:44 +00:00
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