Skip to content

HP Media Vault Detect

ID: hp-media-vault-detect

Severity: info

Author: pussycat0x

Tags: tech,hp

id: hp-media-vault-detect
info:
name: HP Media Vault Detect
author: pussycat0x
severity: info
metadata:
max-request: 1
fofa-query: 'app="HP-Media-Vault-Media-Server"'
tags: tech,hp
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>HP Media Vault"
part: body
- type: status
status:
- 200
# digest: 4b0a00483046022100b5f927e049e0f314a6d786988b2d7f8fb727179e7fc9c7c060fb5f461b729ef80221009ae420e8d3d015cc55174e86970583a26cf213db731616cbdc8ce7c7bb086fb2: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/technologies/hp-media-vault-detect.yaml"

View on Github