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:
|
|
verified: true
|
|
max-request: 1
|
|
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: 4a0a00473045022052988c990f017a13df362f005f250205c3710e52e52d6d44a044a5b5b46b953402210098c97ca3aef933571a000f6cc7ad7fff1bd1f24e156e9053984aca811105e2b8:922c64590222798bb761d5b6d8e72950 |