Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "OpenCPU Panel - Detect" module is designed to detect the presence of the OpenCPU panel. OpenCPU is an open-source system for embedded scientific computing and reproducible research. This module focuses on identifying the OpenCPU panel and provides information about its configuration.
This module has an informative severity level, which means it provides valuable insights but does not indicate a vulnerability or misconfiguration.
Author: wa1tf0rme
The detection of the OpenCPU panel does not directly imply any impact. It serves as a starting point for further analysis and assessment of the OpenCPU configuration.
The "OpenCPU Panel - Detect" module works by sending an HTTP GET request to the "/ocpu/" path. It then applies matching conditions to determine if the response contains specific keywords, such as "OpenCPU Test Page" or "OpenCPU API Explorer".
Example HTTP request:
GET /ocpu/ HTTP/1.1
Host: [target host]
The module uses the "word" matcher type to check if any of the specified keywords are present in the response. The matching conditions are set to "or", meaning that if either of the keywords is found, the module will consider the OpenCPU panel detected.
Reference: https://github.com/opencpu/opencpu/
Metadata: max-request: 1