Skip to content

DreamBox Detect

ID: dreambox-detect

Severity: info

Author: pikpikcu

Tags: dreambox,tech

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: 4a0a00473045022100b15191b410014cdd6e1ea9251d1c0946f41a706fc843beffe73d089c623e3115022040bcd95a77e2cfdb3988f7d5fe1f5c371a22de8118f7b4a17d3754533ec11c37:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/dreambox-detect.yaml"

View on Github