nuclei-templates/misconfiguration/git-web-interface.yaml

24 lines
399 B
YAML

id: git-web-interface
info:
name: Git web interface
author: dhiyaneshDK
severity: low
tags: git
metadata:
shodan-query: 'html:"git web interface version"'
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- 'git web interface version'
- type: status
status:
- 200