nuclei-templates/exposures/configs/git-config.yaml

36 lines
770 B
YAML
Raw Normal View History

2021-07-07 15:21:33 +00:00
id: git-config
info:
name: Git Configuration - Detect
2021-07-07 15:21:33 +00:00
author: pdteam,pikpikcu,Mah3Sec_
severity: medium
description: Git configuration was detected via the pattern /.git/config and log file on passed URLs.
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
2021-07-07 15:21:33 +00:00
tags: config,git,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/.git/config"
2021-07-07 15:21:33 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "[core]"
- type: dsl
dsl:
- "!contains(tolower(body), '<html')"
- "!contains(tolower(body), '<body')"
condition: and
- type: status
status:
- 200
# Enhanced by md on 2023/02/09