28 lines
524 B
YAML
28 lines
524 B
YAML
id: exposed-bitkeeper
|
|
|
|
info:
|
|
name: Exposed BitKeeper Directory
|
|
author: daffainfo
|
|
severity: low
|
|
reference: https://www.bitkeeper.org/man/config-etc.html
|
|
tags: config,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/BitKeeper/etc/config"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "BitKeeper configuration"
|
|
- "logging"
|
|
- "email"
|
|
- "description"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|