28 lines
607 B
YAML
28 lines
607 B
YAML
|
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
|