28 lines
618 B
YAML
28 lines
618 B
YAML
id: git-web-interface
|
|
|
|
info:
|
|
name: Git web interface
|
|
author: dhiyaneshDK
|
|
severity: low
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: html:"git web interface version"
|
|
tags: git,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'git web interface version'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450220577939a771c748bfce13ca8c0bb449122de3b0ad0628fcbb0a7b9cd5af6a43a8022100a8f9cb2504ba2b3d1e2af9c8de3c52da2a7358d674a71f0d21bd5eaa7acce872:922c64590222798bb761d5b6d8e72950
|