34 lines
905 B
YAML
34 lines
905 B
YAML
id: vistaweb-panel
|
|
|
|
info:
|
|
name: Vista Web Login Panel
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
Vista Web login panel was detected.
|
|
reference:
|
|
- https://resa.aero/solutions-operations-facturation/vista-web/
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
tags: panel,vistaweb,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/account/login"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(body, "login") && contains(body, "/lib/@resa/identityserver/") && contains(body, "resa.aero")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'v=([0-9.]+)'
|
|
# digest: 4a0a00473045022100e067b4db8ac2d4b24ec5d69f2ab8ead05f0c0d448977f5686cdd3d1d2cf9805702202693c5c248cd03af195d768db58b4e9ae0b6010f13af2d2b0a1a4f606172c8a4:922c64590222798bb761d5b6d8e72950 |