nuclei-templates/http/exposed-panels/aspect-control-panel.yaml

35 lines
686 B
YAML

id: aspect-control-panel
info:
name: ASPECT Control Panel Login - Detect
author: JustaAcat
severity: info
description: |
ASPECT Control Panel login was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
shodan-query: http.favicon.hash:1011076161
tags: panel,aspect,login
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- <title>ASPECT Control Panel</title>
- type: status
status:
- 200
# Enhanced by md on 2023/04/20