Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Github Enterprise Login Panel - Detect" module is designed to detect the presence of the Github Enterprise login panel. It targets the Github Enterprise software and helps identify potential misconfigurations or vulnerabilities. The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate threat. This module was authored by ehsahil.
This module does not have a direct impact on the system. It is used to identify the presence of the Github Enterprise login panel, which can help in assessing the security posture of the system.
The module works by sending an HTTP GET request to the "/login" path. It then applies a matching condition to check if the response contains the phrase "GitHub · Enterprise". If the condition is met, the module reports the detection of the Github Enterprise login panel.
Example HTTP request:
GET /login
The matching condition used:
Response contains the phrase "GitHub · Enterprise"