nuclei-templates/http/exposures/files/openstack-user-secrets.yaml

34 lines
728 B
YAML
Raw Normal View History

2022-12-01 05:21:58 +00:00
id: openstack-user-secrets
info:
name: OpenStack User Secrets Exposure
author: geeknik
severity: high
reference:
- https://docs.openstack.org/project-deploy-guide/openstack-ansible/stein/configure.html
metadata:
max-request: 2
2022-12-01 05:21:58 +00:00
verified: true
github-query: filename:user_secrets.yml
2022-12-04 05:43:39 +00:00
tags: openstack,config,exposure,files
2022-12-01 05:21:58 +00:00
http:
2022-12-01 05:21:58 +00:00
- method: GET
path:
- "{{BaseURL}}/user_secrets.yml"
- "{{BaseURL}}/user_secrets.yml.old"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-12-01 19:14:20 +00:00
- "_password:"
2022-12-01 05:21:58 +00:00
- "OpenStack environment"
condition: and
- type: status
status:
- 200