Skip to content

Actifio Resource Center - Panel

ID: actifio-panel

Severity: info

Author: Splint3r7

Tags: panel,actifio,login,detect

Actifio Resource Center was detected.

id: actifio-panel
info:
name: Actifio Resource Center - Panel
author: Splint3r7
severity: info
description: |
Actifio Resource Center was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Actifio Resource Center"
tags: panel,actifio,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'contains(body, "<title>Actifio Resource Center")'
- 'status_code == 200'
condition: and
# digest: 4a0a0047304502204b17fb7dc5e20696d68ea92a1e0aac55e19953580734a3c327361b5c373c5bc6022100fb6d8a112b514a814169d90992fde9de0c5eeda39500d641742c131a5556e242: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/actifio-panel.yaml"

View on Github