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

25 lines
537 B
YAML
Raw Normal View History

2021-03-27 18:47:42 +00:00
id: open-stack-dashboard-login
info:
name: OpenStack Dashboard
2021-06-09 12:20:56 +00:00
author: dhiyaneshDK,hackergautam
2021-03-27 18:47:42 +00:00
severity: info
reference: https://www.exploit-db.com/ghdb/6464
2021-04-26 07:29:35 +00:00
tags: panel,openstack
2021-03-27 18:47:42 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/dashboard/auth/login/'
2021-04-26 07:29:35 +00:00
- '{{BaseURL}}/horizon/auth/login/?next=/horizon/'
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