nuclei-templates/misconfiguration/aem/aem-login-status.yaml

25 lines
480 B
YAML

id: aem-login-status
info:
author: DhiyaneshDk
name: AEM Login Status
severity: info
reference: https://www.slideshare.net/0ang3el/hunting-for-security-bugs-in-aem-webapps-129262212
tags: aem
requests:
- method: GET
path:
- '{{BaseURL}}/system/sling/loginstatus.css'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'CREDENTIAL_CHALLENGE'
condition: and