Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "mCloud Panel - Installer" module is a test case used in the Vidoc platform to detect the presence of the mCloud installer. It targets the mCloud software and is classified as a critical severity module. The original author of this module is ritikchaddha.
The presence of the mCloud installer indicates a potential security vulnerability. If left unaddressed, this vulnerability could lead to unauthorized access and compromise of sensitive data.
The "mCloud Panel - Installer" module works by sending an HTTP GET request to the "/clusterList" path. It then applies matching conditions to determine if the mCloud installer is present. The matching conditions include checking the response body for the presence of the "<title>mcloud-installer-web
" string and verifying that the response status is 200.
Example HTTP request:
GET /clusterList
The module matches the response body against the "<title>mcloud-installer-web
" string and checks if the response status is 200. If both conditions are met, the module reports the presence of the mCloud installer.
For more information, you can visit the official website of mCloud at https://mcloudcorp.com/.
Metadata:
- Verified: true
- Shodan query: http.title:"mcloud-installer-web"