2021-11-20 12:16:52 +00:00
|
|
|
id: git-web-interface
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Git web interface
|
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: low
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-04-22 10:38:41 +00:00
|
|
|
shodan-query: html:"git web interface version"
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: git,misconfig
|
2021-11-20 12:16:52 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-11-20 12:16:52 +00:00
|
|
|
- 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
|