2024-04-02 04:33:44 +00:00
|
|
|
id: outsystems-servicecenter-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: OutSystems Service Center Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
OutSystems Service Center login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://www.outsystems.com/
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:outsystems:platform_server:*:*:*:*:*:*:*:*
|
2024-04-02 04:33:44 +00:00
|
|
|
metadata:
|
2024-04-11 05:28:40 +00:00
|
|
|
verified: true
|
2024-06-07 10:04:29 +00:00
|
|
|
max-request: 2
|
2024-09-10 08:22:50 +00:00
|
|
|
vendor: outsystems
|
2024-09-10 09:08:16 +00:00
|
|
|
product: platform_server
|
|
|
|
shodan-query: "http.html:\"outsystems\""
|
2024-04-02 04:33:44 +00:00
|
|
|
tags: panel,outsystems,login,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/Login.aspx"
|
2024-04-11 05:28:40 +00:00
|
|
|
- "{{BaseURL}}/ServiceCenter/Login.aspx"
|
2024-04-02 04:45:07 +00:00
|
|
|
|
2024-04-11 05:28:40 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
2024-04-02 04:33:44 +00:00
|
|
|
stop-at-first-match: true
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
2024-04-11 06:33:58 +00:00
|
|
|
- 'contains(body, "Enter your OutSystems credentials")'
|
2024-04-02 04:33:44 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-04-02 04:45:07 +00:00
|
|
|
- 'environmentName:.?([a-z0-9A-Z\s]+).?'
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 4a0a0047304502201c5fa28c84501b356ceb67465379c705b85f762548d4f7ce97bd8ebe416e4832022100f9f331448706782e1d3d43e80922391485f8f30995674152c842ca17f40f85df:922c64590222798bb761d5b6d8e72950
|