nuclei-templates/http/exposures/configs/exposed-bitkeeper.yaml

32 lines
615 B
YAML
Raw Normal View History

2021-03-03 01:19:24 +00:00
id: exposed-bitkeeper
info:
name: BitKeeper Configuration - Detect
2021-03-03 01:19:24 +00:00
author: daffainfo
severity: low
description: BitKeeper configuration was detected.
reference:
- https://www.bitkeeper.org/man/config-etc.html
2021-04-06 06:46:11 +00:00
tags: config,exposure
metadata:
max-request: 1
2021-03-03 01:19:24 +00:00
http:
2021-03-03 01:19:24 +00:00
- method: GET
path:
- "{{BaseURL}}/BitKeeper/etc/config"
2021-03-04 11:20:18 +00:00
matchers-condition: and
2021-03-03 01:19:24 +00:00
matchers:
- type: word
words:
- "BitKeeper configuration"
2021-03-03 01:19:24 +00:00
- "logging"
- "email"
- "description"
condition: and
- type: status
status:
- 200