mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-10 04:33:31 +08:00
Detecting the Github Enterprise can help the hacker in multiple ways to understand the structure of the internal services for a target.
16 lines
251 B
YAML
16 lines
251 B
YAML
id: Github-Enterprise-Detect
|
|
|
|
info:
|
|
name: Detect Github Enterprise
|
|
author: ehsahil
|
|
severity: low
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "GitHub · Enterprise"
|