diff --git a/exposed-panels/setup-github-enterprise.yaml b/exposed-panels/setup-github-enterprise.yaml new file mode 100644 index 0000000000..e1ca3528ec --- /dev/null +++ b/exposed-panels/setup-github-enterprise.yaml @@ -0,0 +1,28 @@ +id: setup-github-enterprise + +info: + name: Setup GitHub Enterprise + author: tess + severity: info + metadata: + verified: true + shodan-query: http.title:"Setup GitHub Enterprise" + tags: setup,github + +requests: + - method: GET + path: + - '{{BaseURL}}/setup/start' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Setup GitHub Enterprise" + - "Install GitHub Enterprise" + condition: and + + - type: status + status: + - 200