36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
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:
|
|
max-request: 1
|
|
verified: true
|
|
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 : ([a-z0-9._-]+)'
|
|
# digest: 4a0a0047304502202e940a0d921638b03da755b8b6961674e2218da0b375b10c31c34de9181b8c7f022100fb7c93a0c82f313e5ace2cca365dc8d7b6c769efd178287dfd89795b47505360:922c64590222798bb761d5b6d8e72950 |