30 lines
579 B
YAML
30 lines
579 B
YAML
id: exposed-bzr
|
|
|
|
info:
|
|
name: Exposed BZR Directory
|
|
author: daffainfo
|
|
severity: low
|
|
reference: http://doc.bazaar.canonical.com/beta/en/user-reference/configuration-help.html
|
|
tags: config,exposure
|
|
|
|
requests:
|
|
- 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" |