nuclei-templates/exposed-panels/open-stack-dashboard-login....

33 lines
787 B
YAML

id: open-stack-dashboard-login
info:
name: OpenStack Dashboard Login Panel - Detect
author: dhiyaneshDK,hackergautam
severity: info
description: OpenStack Dashboard login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6464
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,openstack,edb
requests:
- method: GET
path:
- '{{BaseURL}}/dashboard/auth/login/'
- '{{BaseURL}}/horizon/auth/login/?next=/horizon/'
host-redirects: true
matchers-condition: and
matchers:
- type: word
words:
- "<title>Login - OpenStack Dashboard</title>"
- type: status
status:
- 200
# Enhanced by md on 2022/12/01