Easy Installer by ViserLab - Exposure
ID: easy-viserlabs-installer
Severity: high
Author: DhiyaneshDk
Tags: install,easy,exposure,misconfig
Description
Section titled “Description”Checks for the presence of a Easy Installer by ViserLab.
YAML Source
Section titled “YAML Source”id: easy-viserlabs-installer
info: name: Easy Installer by ViserLab - Exposure author: DhiyaneshDk severity: high description: | Checks for the presence of a Easy Installer by ViserLab. metadata: verified: true max-request: 1 shodan-query: html:"Easy Installer by ViserLab" tags: install,easy,exposure,misconfig
http: - method: GET path: - "{{BaseURL}}/install/"
matchers-condition: and matchers: - type: word part: body words: - "<title>Easy Installer by ViserLab</title>"
- type: status status: - 200# digest: 4a0a00473045022100bbf84bcba5e0edf7752ed652ea3ce624bf658ab4be710e65c2733baf87f4292c0220606074a1bbbaa37a87f68e90b0af2bac9075f6c0c247a8fe2bb3a7553eec8911:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/installer/easy-viserlabs-installer.yaml"