nuclei-templates/exposures/configs/exposed-bzr.yaml

39 lines
798 B
YAML
Raw Normal View History

2021-03-03 00:40:51 +00:00
id: exposed-bzr
info:
name: Bazaar Configuration - Detect
2021-03-03 00:40:51 +00:00
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.0
cwe-id: CWE-200
2021-04-06 06:46:11 +00:00
tags: config,exposure
2021-03-03 00:40:51 +00:00
requests:
- 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:
- "text/plain"
# Enhanced by cs on 2023/02/13