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

22 lines
442 B
YAML

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