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: reference:
- https://www.outsystems.com/ - https://www.outsystems.com/
metadata: metadata:
verified: true
max-request: 1 max-request: 1
shodan-query: http.html:"outsystems" shodan-query: http.html:"outsystems"
verified: true
tags: panel,outsystems,login,detect tags: panel,outsystems,login,detect
http: http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/ServiceCenter/Login.aspx"
- "{{BaseURL}}/Login.aspx" - "{{BaseURL}}/Login.aspx"
- "{{BaseURL}}/ServiceCenter/Login.aspx"
host-redirects: true
max-redirects: 2
stop-at-first-match: true stop-at-first-match: true
matchers: matchers:
- type: dsl - type: dsl
dsl: dsl:
- 'status_code == 200' - '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 condition: and
extractors: extractors: