mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
31 lines
768 B
YAML
31 lines
768 B
YAML
id: git-web-interface
|
|
|
|
info:
|
|
name: Git web interface
|
|
author: dhiyaneshDK
|
|
severity: low
|
|
description: Git Web Interface is exposed.
|
|
classification:
|
|
cpe: cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: git-scm
|
|
product: git
|
|
shodan-query: html:"git web interface version"
|
|
tags: git,misconfig,vuln
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'git web interface version'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100bfb054a06f78a52a146c4b16b00cb8e791f70d9aff5e049b6bbe671aa256debb022022bf902c491f0dd23f9e0e8e4dadc0461d5f0e948fc9f653885f5ff1d5bf01d6:922c64590222798bb761d5b6d8e72950 |