nuclei-templates/files/git-config.yaml

17 lines
298 B
YAML

id: git-config
info:
name: Git Config Disclosure
author: Ice3man
severity: medium
description: Searches for the pattern /.git/config on passed URLs.
requests:
- method: GET
path:
- "{{BaseURL}}/.git/config"
matchers:
- type: word
words:
- "[core]"