Skip to content

AlienVault USM Login Panel

ID: alienVault-usm

Severity: info

Author: dhiyaneshDK

Tags: panel,alienvault

An AlienVault USM login panel was detected.

id: alienVault-usm
info:
name: AlienVault USM Login Panel
author: dhiyaneshDK
severity: info
description: An AlienVault USM login panel was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"AlienVault USM"
tags: panel,alienvault
http:
- method: GET
path:
- '{{BaseURL}}/ossim/session/login.php'
matchers-condition: and
matchers:
- type: word
words:
- '<title>AlienVault USM'
- type: status
status:
- 200
# digest: 490a0046304402205632b7383496c333cf4f6bb6f10eca7000506c25ee1c3bf93e8656409abe3f4002206100a562ac29d73303c0600ca26e603585cf5dd9fd4e36dd28577ba996d106e9: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/alienvault-usm.yaml"

View on Github