nuclei-templates/exposed-panels/github-enterprise-detect.yaml

27 lines
546 B
YAML

id: github-enterprise-detect
info:
name: Github Enterprise Login Panel - Detect
author: ehsahil
severity: info
description: Github Enterprise login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,github
requests:
- method: GET
path:
- "{{BaseURL}}/login"
host-redirects: true
max-redirects: 2
matchers:
- type: word
words:
- "GitHub · Enterprise"
# Enhanced by md on 2022/11/15