Update git-config.yaml

patch-1
Ritik Chaddha 2023-07-31 13:53:31 +05:30 committed by GitHub
parent fe2bd670c8
commit cbd9d3be8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -2,16 +2,16 @@ id: git-config
info:
name: Git Configuration - Detect
author: pdteam,pikpikcu,Mah3Sec_
author: pdteam,pikpikcu,Mah3Sec_,m4lwhere
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
tags: config,git,exposure
metadata:
max-request: 1
tags: config,git,exposure
http:
- method: GET
@ -21,8 +21,11 @@ http:
matchers-condition: and
matchers:
- type: word
part: body
words:
- "[credentials]"
- "[core]"
condition: or
- type: dsl
dsl:
@ -33,3 +36,12 @@ http:
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- "url ?= ?https?://(.*:.*)@"
- "AUTHORIZATION: basic (.*)"
- "pass = (.*)"