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