2021-03-03 00:40:51 +00:00
|
|
|
id: exposed-bzr
|
|
|
|
|
|
|
|
info:
|
2023-02-09 20:02:38 +00:00
|
|
|
name: Bazaar Configuration - Detect
|
2021-03-03 00:40:51 +00:00
|
|
|
author: daffainfo
|
2023-02-13 16:38:58 +00:00
|
|
|
severity: info
|
2023-02-09 20:02:38 +00:00
|
|
|
description: Bazaar configuration was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- http://doc.bazaar.canonical.com/beta/en/user-reference/configuration-help.html
|
2023-02-13 16:38:58 +00:00
|
|
|
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.0
|
|
|
|
cwe-id: CWE-200
|
2021-04-06 06:46:11 +00:00
|
|
|
tags: config,exposure
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-03-03 00:40:51 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-03-03 00:40:51 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.bzr/branch/branch.conf"
|
|
|
|
|
2021-03-04 11:12:05 +00:00
|
|
|
matchers-condition: and
|
2021-03-03 00:40:51 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "parent_location"
|
|
|
|
- "push_location"
|
2021-06-04 14:29:41 +00:00
|
|
|
condition: or
|
2021-03-03 00:40:51 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-06-04 14:29:41 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
2023-02-09 20:02:38 +00:00
|
|
|
- "text/plain"
|