34 lines
774 B
YAML
34 lines
774 B
YAML
id: exposed-hg
|
|
|
|
info:
|
|
name: HG Configuration - Detect
|
|
author: daffainfo
|
|
severity: medium
|
|
description: HG configuration was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: config,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.hg/hgrc"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "[paths]"
|
|
- "default"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502201f8d29e72dbb12548ed3437693f23956f9671e1312b4e9d3a8c6e36cbb309af5022100e0c04f6519f8af46dd3d799e8f14c1370ef0ea7fefb2a7a7ada27d8dab56562a:922c64590222798bb761d5b6d8e72950
|