Skip to content

EasyVista Login Panel - Detect

ID: easyvista-panel

Severity: info

Author: righettod

Tags: panel,easyvista,login,detect

EasyVista login panel was detected.

id: easyvista-panel
info:
name: EasyVista Login Panel - Detect
author: righettod
severity: info
description: |
EasyVista login panel was detected.
reference:
- https://www.easyvista.com/
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Easyvista"
tags: panel,easyvista,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/index.php"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "<title>easyvista apps</title>", "easyvista-bundle.min.js", "packages_com_easyvista_core")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)package:\s+"([a-z0-9._-]+)"'
- '(?i)version&nbsp;:&nbsp;([a-z0-9._-]+)'
# digest: 4a0a00473045022100ed871e3d886dec6b574ab2a450356c43b1d7e92e0985ae2bcf41c84f175f6339022012cba826c89560dd4d399608a4f86408f474bdcc379c93642384863b50a790e5: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/exposed-panels/easyvista-panel.yaml"

View on Github