20 lines
385 B
YAML
20 lines
385 B
YAML
id: aem-cms-finder
|
|
|
|
info:
|
|
name: AEM Finder
|
|
author: mzack9999
|
|
severity: info
|
|
|
|
#source
|
|
#https://github.com/0ang3el/aem-hacker/blob/master/aem_discoverer.py
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/libs/granite/core/content/login.html"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Welcome to Adobe Experience Manager"
|
|
part: body
|