28 lines
587 B
YAML
28 lines
587 B
YAML
id: dreambox-detect
|
|
|
|
info:
|
|
name: DreamBox Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: dreambox,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Dreambox WebControl</title>'
|
|
|
|
# digest: 490a0046304402205099006ba54252f4d78314571ffbe5ffa82e31c6f2c11d29fa73df84b07a80e7022008647afb5dedf1301f70071bb00402cd88e867f12bce074d91837b572f8b4408:922c64590222798bb761d5b6d8e72950
|