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

25 lines
537 B
YAML

id: open-stack-dashboard-login
info:
name: OpenStack Dashboard
author: dhiyaneshDK,hackergautam
severity: info
reference: https://www.exploit-db.com/ghdb/6464
tags: panel,openstack
requests:
- method: GET
path:
- '{{BaseURL}}/dashboard/auth/login/'
- '{{BaseURL}}/horizon/auth/login/?next=/horizon/'
redirects: true
matchers-condition: and
matchers:
- type: word
words:
- "<title>Login - OpenStack Dashboard</title>"
- type: status
status:
- 200