nuclei-templates/http/exposures/configs/collibra-properties.yaml

50 lines
993 B
YAML
Raw Normal View History

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