30 lines
557 B
YAML
30 lines
557 B
YAML
id: metaview-explorer-installer
|
|
|
|
info:
|
|
name: MetaView Explorer Installer
|
|
author: theamanrawat
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
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
|