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

31 lines
585 B
YAML
Raw Normal View History

2021-03-03 00:40:51 +00:00
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
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"