Create collibra-properties.yaml

patch-1
Pugalarasan 2023-06-22 20:54:00 +05:30 committed by GitHub
parent 53638faf07
commit 36bef6bce5
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:
verified: true
max-request: 3
tags: exposure,config,properties
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: regex
part: body
regex:
- '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