nuclei-templates/files/git-config.yaml

25 lines
695 B
YAML
Raw Normal View History

2020-04-04 18:19:48 +00:00
id: git-config
info:
name: Git Config Disclosure
2020-09-02 07:18:50 +00:00
author: Ice3man & pikpikcu
2020-04-04 18:19:48 +00:00
severity: medium
2020-07-15 08:10:17 +00:00
description: Searches for the pattern /.git/config on passed URLs.
2020-04-04 18:19:48 +00:00
requests:
2020-09-02 07:18:50 +00:00
- raw:
- |
GET /.git/config HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 1
Connection: close
2020-04-04 18:19:48 +00:00
matchers:
- type: word
words:
2020-09-02 07:18:50 +00:00
- "[core]"