Add files via upload

patch-1
Dominique RIGHETTO 2024-04-02 06:33:44 +02:00 committed by GitHub
parent 493b7e8a50
commit 17360138a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
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:
max-request: 1
shodan-query: http.html:"outsystems"
verified: true
tags: panel,outsystems,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/ServiceCenter/Login.aspx"
- "{{BaseURL}}/Login.aspx"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "servicecenter", "outsystems.internal") && contains(to_lower(body), "login")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- "environmentName:'([a-zA-Z0-9]+)'"