Skip to content

Veritas NetBackup OpsCenter Analytics Login - Detect

ID: veritas-netbackup-panel

Severity: info

Author: rxerium

Tags: panel,veritas,netbackup,opscenter,login,detect

A Veritas NetBackup OpsCenter Analytics page was detected.

id: veritas-netbackup-panel
info:
name: Veritas NetBackup OpsCenter Analytics Login - Detect
author: rxerium
severity: info
description: |
A Veritas NetBackup OpsCenter Analytics page was detected.
reference:
- https://www.veritas.com/
metadata:
verified: true
max-request: 1
shodan-query: html:"Veritas NetBackup OpsCenter Analytics"
tags: panel,veritas,netbackup,opscenter,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/opscenter/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Veritas NetBackup OpsCenter Analytics'
- type: status
status:
- 200
# digest: 490a0046304402200d07fdba922c8ae4edfc9e0af1f5668d0c0ffc6a17656521d2ed28ea60dbe33a02206df0a9cea8b4a09c9501eaf46b048e21a49f81621a0f38369ead202716c5adca: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/veritas-netbackup-panel.yaml"

View on Github