diff --git a/misconfiguration/git-web-interface.yaml b/misconfiguration/git-web-interface.yaml new file mode 100644 index 0000000000..d454a1796d --- /dev/null +++ b/misconfiguration/git-web-interface.yaml @@ -0,0 +1,23 @@ +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