Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

MetaView Explorer Installer

By kannthu

Informative
Vidoc logoVidoc Module
#misconfig#metaview#installer
Description

What is the "MetaView Explorer Installer?"

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

Impact

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.

How does the module work?

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: AND

The 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.

Module preview

Concurrent Requests (0)
Passive global matcher
word: MetaView Explorer, (InstallAnywhere Web ...and
status: 200
On match action
Report vulnerability