Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "NP Data Cache Panel - Detect" module is designed to detect the presence of the NP Data Cache panel. This module is part of the Vidoc platform, which uses various modules to perform scanning and testing. The NP Data Cache panel is a software component that is targeted by this module.
This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
Author: tess
The NP Data Cache panel detection module does not have a direct impact on the system or application being scanned. It simply identifies the presence of the NP Data Cache panel, providing information about its existence.
The module works by sending HTTP requests and evaluating the responses against predefined matching conditions. It uses the following matching conditions:
- Matcher 1: It checks if the words "NP Data Cache" and "Server logs (if subscribed)" are present in the body of the response. - Matcher 2: It verifies if the HTTP response status is 200 (OK).If both matching conditions are met, the module considers the NP Data Cache panel to be detected.
Example HTTP request:
GET /path/to/endpoint HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner
Note: The above example is a simplified representation of an HTTP request and may not reflect the exact request used by the module.