commit
1fb6160047
|
@ -0,0 +1,29 @@
|
|||
id: kentico-login
|
||||
|
||||
info:
|
||||
name: Kentico Login Panel
|
||||
author: d4vy
|
||||
severity: info
|
||||
reference: https://docs.xperience.io/k8/using-the-kentico-interface
|
||||
tags: panel,login,kentico
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/Admin/CMSAdministration.aspx"
|
||||
- "{{BaseURL}}/CMSPages/logon.aspx"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code==302"
|
||||
- "contains(tolower(body), 'cmspages/logon.aspx')"
|
||||
condition: and
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code==200"
|
||||
- "contains(tolower(body), 'cmspages/getresource.ashx')"
|
||||
condition: and
|
Loading…
Reference in New Issue