2023-08-02 07:08:05 +00:00
|
|
|
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:
|
2023-08-02 09:16:17 +00:00
|
|
|
max-request: 2
|
2023-08-02 07:08:05 +00:00
|
|
|
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_'
|
2023-08-02 09:00:39 +00:00
|
|
|
condition: and
|
2023-08-02 07:08:05 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'application/json'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|