32 lines
785 B
YAML
32 lines
785 B
YAML
|
id: veritas-netbackup-opscenter-panel
|
||
|
|
||
|
info:
|
||
|
name: Veritas NetBackup OpsCenter Analytics Detection - Panel
|
||
|
author: rxerium
|
||
|
severity: info
|
||
|
description: A Veritas NetBackup OpsCenter Analytics page was detected.
|
||
|
reference:
|
||
|
- https://www.veritas.com/
|
||
|
classification:
|
||
|
cwe-id: CWE-200
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
shodan-query: http.html:"Veritas NetBackup OpsCenter Analytics"
|
||
|
tags: panel,veritas,netbackup,opscenter,analytics
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
- "{{BaseURL}}/opscenter"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>Veritas NetBackup OpsCenter Analytics</title>'
|
||
|
part: body
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|