Add files via upload

patch-1
Dominique RIGHETTO 2024-02-15 14:22:46 +01:00 committed by GitHub
parent df022ff40b
commit b60906f4ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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
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