19 lines
294 B
YAML
19 lines
294 B
YAML
|
id: github-enterprise-detect
|
||
|
|
||
|
info:
|
||
|
name: Detect Github Enterprise
|
||
|
author: ehsahil
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/login"
|
||
|
|
||
|
redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "GitHub · Enterprise"
|