16 lines
229 B
YAML
16 lines
229 B
YAML
|
id: git-config
|
||
|
|
||
|
info:
|
||
|
name: Git Config Disclosure
|
||
|
author: Ice3man
|
||
|
severity: medium
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/.git/config"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "[core]"
|