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

29 lines
548 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:
verified: true
2023-01-30 08:14:00 +00:00
shodan-query: http.favicon.hash:-1373456171
2023-01-29 10:39:42 +00:00
tags: panel,exposure,setup,github
2023-01-28 03:02:42 +00:00
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