nuclei-templates/exposed-panels/alienvault-usm.yaml

29 lines
561 B
YAML

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:
shodan-query: http.title:"AlienVault USM"
tags: panel,alienvault
requests:
- method: GET
path:
- '{{BaseURL}}/ossim/session/login.php'
matchers-condition: and
matchers:
- type: word
words:
- '<title>AlienVault USM'
- type: status
status:
- 200
# Enhanced by mp on 2022/03/16