31 lines
535 B
YAML
31 lines
535 B
YAML
|
id: ektron-cms-panel
|
||
|
|
||
|
info:
|
||
|
name: Ektron CMS - Panel
|
||
|
author: pikpikcu
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.html:"Ektron"
|
||
|
fofa-query: app="Ektron-CMS"
|
||
|
tags: panel,ektron,cms
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "EktronClientManager"
|
||
|
- "ektronTheme"
|
||
|
- "Ektron.ready"
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|