39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
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/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"outsystems"
|
|
tags: panel,outsystems,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/Login.aspx"
|
|
- "{{BaseURL}}/ServiceCenter/Login.aspx"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(body, "Enter your OutSystems credentials")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'environmentName:.?([a-z0-9A-Z\s]+).?'
|
|
# digest: 490a0046304402205ff85bbed9d3f8c120b3872770a01f39fa86d38857a8763e5d34f55b954e49690220382ca79347083325befb9cc53f1563dd22da7742d69d978b4e7560f8b5c26587:922c64590222798bb761d5b6d8e72950 |