commit
8b7bd78555
|
@ -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
|
Loading…
Reference in New Issue