diff --git a/http/exposed-panels/veritas-netbackup-panel.yaml b/http/exposed-panels/veritas-netbackup-panel.yaml new file mode 100644 index 0000000000..2d95b3072a --- /dev/null +++ b/http/exposed-panels/veritas-netbackup-panel.yaml @@ -0,0 +1,32 @@ +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: + - 'Veritas NetBackup OpsCenter Analytics' + part: body + + - type: status + status: + - 200 \ No newline at end of file