Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Netsparker Enterprise Installer" module is designed to detect the presence of the Netsparker Enterprise installation wizard. Netsparker Enterprise is a software used for web application security scanning and vulnerability assessment. This module focuses on identifying the installation wizard, which indicates that the software is being set up on a target system.
This module has an informative severity level, meaning it provides valuable information but does not indicate a specific vulnerability or misconfiguration.
This module was authored by pussycat0x.
This module does not directly impact the target system. It simply detects the presence of the Netsparker Enterprise installation wizard, providing information about the software being installed.
The "Netsparker Enterprise Installer" module works by sending an HTTP GET request to the "/wizard/database/" path on the target system. It then applies several matching conditions to determine if the Netsparker Enterprise installation wizard is present.
The matching conditions include:
- Checking the response body for specific words such as "Netsparker Enterprise - Installation Wizard" and "Netsparker Ltd". - Verifying that the response header contains the word "text/html". - Ensuring that the response status code is 200 (OK).If all of these conditions are met, the module identifies the presence of the Netsparker Enterprise installation wizard.