nuclei-templates/http/technologies/dreambox-detect.yaml

26 lines
394 B
YAML

id: dreambox-detect
info:
name: DreamBox Detect
author: pikpikcu
severity: info
tags: dreambox,tech
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '<title>Dreambox WebControl</title>'