Skip to content

BitKeeper Configuration - Detect

ID: exposed-bitkeeper

Severity: low

Author: daffainfo

Tags: config,exposure

BitKeeper configuration was detected.

id: exposed-bitkeeper
info:
name: BitKeeper Configuration - Detect
author: daffainfo
severity: low
description: BitKeeper configuration was detected.
reference:
- https://www.bitkeeper.org/man/config-etc.html
metadata:
max-request: 1
tags: config,exposure
http:
- 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
# digest: 4a0a00473045022074e1816ed677591f19f28dfe7619043c53e5115207ee2082e94e3dadb5c249c5022100f379958568cfd151003d87e744258e44534fc7f57c0ad06ef02531c23368aef0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/configs/exposed-bitkeeper.yaml"

View on Github