2021-07-07 15:21:33 +00:00
|
|
|
id: git-config
|
|
|
|
|
|
|
|
info:
|
2023-02-09 21:01:21 +00:00
|
|
|
name: Git Configuration - Detect
|
2021-07-07 15:21:33 +00:00
|
|
|
author: pdteam,pikpikcu,Mah3Sec_
|
|
|
|
severity: medium
|
2023-02-09 21:01:21 +00:00
|
|
|
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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-07-07 15:21:33 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-29 13:17:15 +00:00
|
|
|
- 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:
|
2021-07-29 13:17:15 +00:00
|
|
|
- 200
|