Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Detect Dell iDRAC6" module is designed to detect the presence of the Integrated Dell Remote Access Controller (iDRAC) on Dell EMC PowerEdge servers. The iDRAC is a secure local and remote server management tool that helps IT administrators deploy, update, and monitor Dell servers. This module focuses on identifying misconfigurations or vulnerabilities related to the iDRAC6 version.
Severity: Informative
Author: kophjager007
This module does not have any direct impact on the target system. It is purely informational and aims to provide insights into the presence and configuration of the Dell iDRAC6.
The "Detect Dell iDRAC6" module utilizes HTTP request templates and matching conditions to identify the presence of the iDRAC6 version on the target system. It sends a GET request to the "/data?get=prodServerGen" endpoint and applies the following matching conditions:
- Status: The response status code must be 200. - Body: The response body must contain the word "11G".If both conditions are met, the module considers the iDRAC6 version to be detected.
Example HTTP request:
GET /data?get=prodServerGen
Note: The actual HTTP request may contain additional headers or parameters, but those are not specified in the module definition.