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

39 lines
842 B
YAML
Raw Normal View History

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:
max-request: 1
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: or
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200