nuclei-templates/exposed-panels/wowza-streaming-engine.yaml

27 lines
602 B
YAML

id: wowza-streaming-engine
info:
name: Wowza Streaming Engine Manager Panel - Detect
author: dhiyaneshDK
severity: info
description: Wowza Streaming Engine Manager panel was detected.
metadata:
shodan-query: http.title:"Manager" product:"Wowza Streaming Engine"
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/enginemanager/ftu/welcome.htm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Wowza Streaming Engine Manager</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/01/25