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

24 lines
397 B
YAML
Raw Normal View History

2021-11-20 12:16:52 +00:00
id: git-web-interface
info:
name: Git web interface
author: dhiyaneshDK
severity: low
metadata:
shodan-query: html:"git web interface version"
tags: git
2021-11-20 12:16:52 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- 'git web interface version'
2021-11-21 09:23:15 +00:00
2021-11-20 12:16:52 +00:00
- type: status
status:
2021-11-21 09:23:15 +00:00
- 200