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

22 lines
442 B
YAML
Raw Normal View History

2021-03-27 18:47:42 +00:00
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/'
2021-03-28 07:15:35 +00:00
redirects: true
2021-03-27 18:47:42 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "<title>Login - OpenStack Dashboard</title>"
- type: status
status:
- 200