diff --git a/misconfiguration/setup-github-enterprise.yaml b/misconfiguration/setup-github-enterprise.yaml new file mode 100644 index 0000000000..dc88f319c8 --- /dev/null +++ b/misconfiguration/setup-github-enterprise.yaml @@ -0,0 +1,28 @@ +id: setup-github-enterprise + +info: + name: Setup GitHub Enterprise - Detect + author: tess + severity: unknown + metadata: + verified: true + shodan-query: http.favicon.hash:-1373456171 + tags: panel,exposure,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