Update outsystems-servicecenter-panel.yaml

patch-1
Ritik Chaddha 2024-04-11 10:58:40 +05:30 committed by GitHub
parent a9b6ca789f
commit 471baa27f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 4 deletions

View File

@ -9,24 +9,26 @@ info:
reference:
- https://www.outsystems.com/
metadata:
verified: true
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"
- "{{BaseURL}}/ServiceCenter/Login.aspx"
host-redirects: true
max-redirects: 2
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")'
- 'contains_any(to_lower(body), "servicecenter", "outsystems.")'
- 'contains(to_lower(body), "login")'
condition: and
extractors: