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

28 lines
617 B
YAML
Raw Normal View History

2021-08-10 17:25:56 +00:00
id: wowza-streaming-engine
info:
name: Wowza Streaming Engine Manager Panel - Detect
2021-08-10 17:25:56 +00:00
author: dhiyaneshDK
severity: info
description: Wowza Streaming Engine Manager panel was detected.
2022-07-04 08:46:15 +00:00
metadata:
max-request: 1
2022-07-04 08:46:15 +00:00
shodan-query: http.title:"Manager" product:"Wowza Streaming Engine"
2021-08-10 17:25:56 +00:00
tags: panel
http:
2021-08-10 17:25:56 +00:00
- 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