29 lines
684 B
YAML
29 lines
684 B
YAML
|
id: episerver-panel
|
||
|
|
||
|
info:
|
||
|
name: Episerver Login Panel
|
||
|
author: William Söderberg @ WithSecure
|
||
|
severity: info
|
||
|
description: Optimizely CMS was detected. Optimizely CMS was formerly known as Episerver.
|
||
|
reference:
|
||
|
- https://docs.developers.optimizely.com/content-cloud/v12.0.0-content-cloud/docs/changing-edit-and-admin-view-urls
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: html:"epihash"
|
||
|
tags: panel,optimizely,episerver
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/episerver/cms"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "Util.*%2fepiserver%2fcms"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 302
|