nuclei-templates/technologies/hp-media-vault-detect.yaml

25 lines
449 B
YAML
Raw Normal View History

2021-09-28 12:18:10 +00:00
id: hp-media-vault-detect
info:
name: HP Media Vault Detect
2021-09-28 12:18:10 +00:00
author: pussycat0x
severity: info
metadata:
2021-10-22 17:54:21 +00:00
fofa-query: 'app="HP-Media-Vault-Media-Server"'
tags: tech,hp
2021-09-28 12:18:10 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-09-28 12:18:10 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "<title>HP Media Vault"
part: body
2021-09-28 12:18:10 +00:00
- type: status
status:
- 200