Merge pull request #7810 from projectdiscovery/openstack-config

Create openstack-config.yaml
patch-1
Dhiyaneshwaran 2023-08-02 14:44:20 +05:30 committed by GitHub
commit 9414f665fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
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: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200