Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Hashicorp Consul Agent - Detect" module is designed to detect the presence of the Hashicorp Consul Agent software. Hashicorp Consul Agent is a tool used for service discovery, configuration, and orchestration in distributed systems. This module focuses on detecting the agent's configuration and provides informative results.
This module has an informative severity level, meaning it provides valuable information without indicating any immediate vulnerabilities or misconfigurations.
Author: c-sh0
This module does not have any direct impact on the target system. It solely focuses on detecting the presence of the Hashicorp Consul Agent software and providing information about its configuration.
The "Hashicorp Consul Agent - Detect" module works by sending an HTTP GET request to the target system's "/v1/agent/self" endpoint. It then analyzes the response to identify specific keywords related to the agent's configuration.
Matching conditions:
- The response must contain the words "Datacenter", "Revision", and "PrimaryDatacenter" in any part of the response.
If the response meets these conditions, the module reports a successful detection of the Hashicorp Consul Agent.
Example HTTP request:
GET /v1/agent/self
Note: The above example is a simplified representation of the actual HTTP request used by the module.