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

30 lines
564 B
YAML
Raw Normal View History

2023-01-28 03:02:42 +00:00
id: setup-github-enterprise
info:
2023-01-29 10:39:42 +00:00
name: Setup GitHub Enterprise - Detect
2023-01-28 03:02:42 +00:00
author: tess
2023-01-29 10:39:42 +00:00
severity: unknown
2023-01-28 03:02:42 +00:00
metadata:
max-request: 1
2023-01-28 03:02:42 +00:00
verified: true
2023-01-30 08:14:00 +00:00
shodan-query: http.favicon.hash:-1373456171
tags: panel,setup,github,misconfig
2023-01-28 03:02:42 +00:00
http:
2023-01-28 03:02:42 +00:00
- 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