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

31 lines
540 B
YAML
Raw Normal View History

id: git-exposure
2022-11-08 16:09:03 +00:00
info:
name: Git Metadata Directory Exposure
2022-11-08 16:09:03 +00:00
author: tess
2022-11-10 17:36:45 +00:00
severity: medium
2022-11-08 16:09:03 +00:00
metadata:
max-request: 1
2022-11-08 16:09:03 +00:00
verified: true
tags: logs,git,exposure
2022-11-08 16:09:03 +00:00
http:
2022-11-08 16:09:03 +00:00
- method: GET
path:
- "{{BaseURL}}/.git/"
host-redirects: true
max-redirects: 2
2022-11-08 16:09:03 +00:00
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