41 lines
984 B
YAML
41 lines
984 B
YAML
id: exposed-bzr
|
|
|
|
info:
|
|
name: Bazaar Configuration - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
description: Bazaar configuration was detected.
|
|
reference:
|
|
- http://doc.bazaar.canonical.com/beta/en/user-reference/configuration-help.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: config,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.bzr/branch/branch.conf"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "parent_location"
|
|
- "push_location"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/plain"
|
|
|
|
# digest: 490a00463044022047ccd3686b39e70c13c14d1eadc5a8d10766cc725b53a4f0cf4faa1db53e797d02204cc67fccf6cdb6816fd7370606f67a0defe2ecc489399496fd9569915f88b8c8:922c64590222798bb761d5b6d8e72950
|