nuclei-templates/http/misconfiguration/setup-github-enterprise.yaml

30 lines
563 B
YAML

id: setup-github-enterprise
info:
name: Setup GitHub Enterprise - Detect
author: tess
severity: unknown
metadata:
max-request: 1
verified: true
shodan-query: http.favicon.hash:-1373456171
tags: panel,exposure,setup,github
http:
- 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