nuclei-templates/http/misconfiguration/openstack-config.yaml

40 lines
844 B
YAML

id: openstack-config
info:
name: Openstack - Infomation Disclosure
author: MayankPandey01
severity: low
description: |
Openstack exposing Configuration or settings related to the Swift object storage system.
reference:
- https://docs.openstack.org/python-cloudkittyclient/stein/api_reference/info.html
metadata:
max-request: 2
shodan-query: http.favicon.hash:786533217
tags: exposure,misconfig,openstack
http:
- method: GET
path:
- "{{BaseURL}}/info"
- "{{BaseURL}}/v1/info"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '{"formpost"'
- '"bulk_'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200