31 lines
665 B
YAML
31 lines
665 B
YAML
|
id: flask-redis-docker
|
||
|
|
||
|
info:
|
||
|
name: Flask Redis Queue Docker - Exposure
|
||
|
author: DhiyaneshDk
|
||
|
severity: low
|
||
|
reference:
|
||
|
- https://www.facebook.com/photo/?fbid=623621413141715&set=a.467014098802448
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: title:"Flask + Redis Queue + Docker"
|
||
|
tags: misconfig,exposure,flask,redis,docker
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<title>Flask + Redis Queue + Docker</title>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|