Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "MetaView Explorer Installer" is a module designed to detect the presence of the MetaView Explorer software and its installation on a target system. This module focuses on identifying potential misconfigurations or vulnerabilities related to the MetaView Explorer installation.
Severity: Informative
Author: theamanrawat
This module does not directly impact the target system. Instead, it provides information about the presence and configuration of the MetaView Explorer software, allowing users to assess potential security risks or misconfigurations.
The module utilizes HTTP request templates and matching conditions to identify the MetaView Explorer software. It sends HTTP requests to the target system and checks for specific response patterns to determine if the software is present.
Example HTTP request:
GET / HTTP/1.1
Host: [target_host]
User-Agent: Vidoc
The module uses the following matching conditions:
- Part: Body - Type: Word - Words: "MetaView Explorer" and "(InstallAnywhere Web Installer)" - Negative: False - Condition: AND - Part: All - Type: Status - Status: 200 - Negative: False - Condition: ANDThe module considers a match when both matching conditions are met.
Note: The module also includes additional metadata such as verification status and a Shodan query for the "MetaView Explorer" title in HTTP responses.