2024-02-07 17:30:32 +00:00
|
|
|
id: vistaweb-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Vista Web Login Panel
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
2024-03-04 08:20:22 +00:00
|
|
|
Vista Web login panel was detected.
|
2024-02-07 17:30:32 +00:00
|
|
|
reference:
|
|
|
|
- https://resa.aero/solutions-operations-facturation/vista-web/
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2024-03-04 08:20:22 +00:00
|
|
|
max-request: 1
|
2024-02-07 17:30:32 +00:00
|
|
|
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:
|
2024-02-08 08:04:40 +00:00
|
|
|
- 'v=([0-9.]+)'
|
|
|
|
# digest: 4b0a004830460221009afbf2bd9a3f5bfffe7e6d92b5b3f4423102532bd1114541c5258759f24bc380022100e1677ad6b53c0e42ddb24ee59efd95a0682281006b56d46e0fb15a195598ffda:922c64590222798bb761d5b6d8e72950
|