Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Github Enterprise Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#github
Description

What is the "Github Enterprise Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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"

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login
Matching conditions
word: GitHub · Enterprise
Passive global matcher
No matching conditions.
On match action
Report vulnerability