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

28 lines
607 B
YAML
Raw Normal View History

2024-10-07 19:37:00 +00:00
id: dizquetv-detect
info:
name: dizqueTV - Detect
author: s4e-io
severity: info
description: |
An instance running dizqueTV was detected.
reference:
- https://github.com/vexorian/dizquetv
metadata:
verified: true
max-request: 1
fofa-query: icon_hash="775930718"
tags: dizquetv,tech,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'contains_all(body, "<title>dizqueTV</title>", "dizquetv-logo")'
- 'contains(content_type, "text/html")'
- 'status_code == 200'
condition: and