mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-09 12:13:30 +08:00
* Create dreambox-xss.yaml * Create dreambox-detect.yaml * misc updates Co-authored-by: sandeep <sandeep@projectdiscovery.io>
24 lines
367 B
YAML
24 lines
367 B
YAML
id: dreambox-detect
|
|
|
|
info:
|
|
name: DreamBox Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
tags: dreambox,tech
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Dreambox WebControl</title>'
|