Skip to content

Haivision Gateway Login Panel - Detect

ID: haivision-gateway-panel

Severity: info

Author: righettod

Tags: panel,haivision,login,detect

Haivision Gateway login panel was detected.

id: haivision-gateway-panel
info:
name: Haivision Gateway Login Panel - Detect
author: righettod
severity: info
description: Haivision Gateway login panel was detected.
reference:
- https://www.haivision.com/
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Haivision Gateway"
tags: panel,haivision,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(body, "<title>Haivision Gateway", "content=\"Haivision Gateway")'
condition: and
# digest: 490a00463044022034d3e27844c3c3760175c15972afd100d14e75cdfe42e8a7cf6ad6efb0d91b1502202c377a11237fd28ef3f33e43f7561a0c6791900db41216e3d902ff5f95e797c5: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-gateway-panel.yaml"

View on Github