Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "coreBOS Panel - Detect" module is designed to detect the presence of the coreBOS panel. CoreBOS is a software that provides a comprehensive CRM and business automation solution. This module focuses on identifying instances of the coreBOS panel and provides information about its configuration.
This module has an informative severity level, which means it provides valuable insights but does not indicate any immediate vulnerabilities or misconfigurations.
Author: arafatansari
This module does not have any direct impact on the target system. It solely focuses on detecting the presence of the coreBOS panel and does not perform any actions that could potentially impact the system's security or functionality.
The "coreBOS Panel - Detect" module works by sending HTTP requests to the target system and analyzing the responses. It uses specific matching conditions to identify instances of the coreBOS panel.
One of the matching conditions used by this module is to search for the phrase "Powered by coreBOS" in the body of the HTTP response. Additionally, it checks if the response status is 200 (OK). If both conditions are met, the module considers the coreBOS panel to be present.
Here is an example of an HTTP request that the module might send:
GET / HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner
The module then analyzes the response to determine if it matches the specified conditions.