Create setup-github-enterprise.yaml

patch-1
Arman 2023-01-27 22:02:42 -05:00 committed by GitHub
parent c26b803445
commit 54112e3132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -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