39 lines
1.1 KiB
YAML
39 lines
1.1 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: 2
|
|
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: 4b0a00483046022100b561430758a0cf58edbf3bef078e66e32075286652260a4db6e3486d1962ef16022100a7239cd818f68cca62f8c16189723de1574d542908852c92cbbc5d86074c06a5:922c64590222798bb761d5b6d8e72950 |