nuclei-templates/http/exposures/logs/git-exposure.yaml

31 lines
540 B
YAML

id: git-exposure
info:
name: Git Metadata Directory Exposure
author: tess
severity: medium
metadata:
max-request: 1
verified: true
tags: logs,git,exposure
http:
- method: GET
path:
- "{{BaseURL}}/.git/"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "403 Forbidden"
- "You do not have permission to access /.git/"
condition: and
- type: status
status:
- 403