Skip to content

Haivision Media Platform Login Panel - Detect

ID: haivision-media-platform-panel

Severity: info

Author: righettod

Tags: panel,haivision,login,detect

Haivision Media Platform login panel was detected.

id: haivision-media-platform-panel
info:
name: Haivision Media Platform Login Panel - Detect
author: righettod
severity: info
description: Haivision Media Platform login panel was detected.
reference:
- https://www.haivision.com/
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Haivision Media Platform"
tags: panel,haivision,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(body, "<title>Haivision Media Platform", "content=\"Haivision Network Video")'
condition: and
# digest: 490a00463044022018d2147cabb982c56f615c353c5af7f3bcbb36dd5af711e8bce739c4f902ac8d022007a461f636f0098b551ba25a42f0f4972fd91598816a7bf2a62a6327884f3e03:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/haivision-media-platform-panel.yaml"

View on Github