Merge pull request #7518 from 0xPugazh/main

Create collibra-properties.yaml
patch-1
Dhiyaneshwaran 2023-07-05 11:18:47 +05:30 committed by GitHub
commit 8b7bd78555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,49 @@
id: collibra-properties
info:
name: Collibra Properties Exposure
author: 0xPugazh
severity: high
reference:
- https://twitter.com/shaybt12/status/1662431219223605254
metadata:
max-request: 3
verified: true
tags: exposure,config,collibra-properties,collibra
http:
- method: GET
path:
- "{{BaseURL}}/collibra.properties"
- "{{BaseURL}}/app/collibra.properties"
- "{{BaseURL}}/src/collibra.properties"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'collibra.url'
- 'collibra.port'
- 'collibra.user'
- 'collibra.password'
condition: or
- type: word
part: header
words:
- "text/plain"
- "bytes"
condition: or
- type: word
part: header
words:
- "text/html"
negative: true
- type: status
status:
- 200