Merge pull request #9787 from righettod/easyvista_add
Add detection of EasyVista login panel instances.patch-2
commit
52d4bde5c6
|
@ -0,0 +1,35 @@
|
|||
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._-]+)'
|
Loading…
Reference in New Issue