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.]+)'
|
2024-03-04 09:35:31 +00:00
|
|
|
# digest: 4a0a00473045022100e75b80b7677ce3d46ea55b865e0c89ab12384a99ff0b565ec6e4dd49f1090a3102207c7e6629206f24058e677de683d5e3a191e9b14095a37db1469d6bfe1d00ac7b:922c64590222798bb761d5b6d8e72950
|