Ethical Hacking Automation

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

Gocron Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#gocron#panel
Description

What is the "Gocron Panel - Detect" module?

The "Gocron Panel - Detect" module is designed to detect the presence of the Gocron panel, a scheduling system for managing tasks. This module focuses on identifying misconfigurations, vulnerabilities, or specific software fingerprints related to the Gocron panel. It is an informative module that provides insights into potential security issues that may exist within the Gocron panel.

This module has a severity level of informative, which means it provides valuable information but does not directly indicate a security vulnerability.

Impact

The impact of this module is to provide awareness of potential security risks or misconfigurations within the Gocron panel. By detecting vulnerabilities or misconfigurations, users can take appropriate actions to mitigate any potential risks and ensure the secure operation of their Gocron panel.

How the module works?

The "Gocron Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the presence of the Gocron panel. It performs the following checks:

- Checks the response body for the presence of the Gocron panel's title tag using a regular expression. - Verifies that the HTTP response status code is 200, indicating a successful request.

By combining these matching conditions, the module determines whether the Gocron panel is present or not.

Here is an example of an HTTP request that the module may send:

GET / HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner

The module then evaluates the response body and status code to determine if the Gocron panel is detected.

It is important to note that this module does not perform any modifications or actions on the target system. Its sole purpose is to detect the presence of the Gocron panel and provide information about potential security risks or misconfigurations.

Module preview

Concurrent Requests (0)
Passive global matcher
regex: <title>gocron - (.*)</title>and
status: 200
On match action
Report vulnerability