Update outsystems-servicecenter-panel.yaml
parent
a9b6ca789f
commit
471baa27f7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue