24 lines
481 B
YAML
24 lines
481 B
YAML
id: wowza-streaming-engine
|
|
|
|
info:
|
|
name: Wowza Streaming Engine
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
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
|