Skip to content

MetaView Explorer Installer

ID: metaview-explorer-installer

Severity: info

Author: theamanrawat

Tags: misconfig,metaview,installer

MetaView Explorer is susceptible to the Installation page exposure due to misconfiguration.

id: metaview-explorer-installer
info:
name: MetaView Explorer Installer
author: theamanrawat
severity: info
description: MetaView Explorer is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: http.title:"MetaView Explorer"
tags: misconfig,metaview,installer
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'MetaView Explorer'
- '(InstallAnywhere Web Installer)'
condition: and
- type: status
status:
- 200
# digest: 490a00463044022065e3a905595dfe72c61100d5da5beeab43df0213dc97165689faec9a678cd72c02202c0efd88523f1e96ce8d335925fc0ea4bff6d8d5652832ab175e34a2b0c8ba1d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/metaview-explorer-installer.yaml"

View on Github