Create aem-security-users.yaml
parent
64cd13bd72
commit
3bca8142cd
|
@ -0,0 +1,35 @@
|
|||
id: aem-security-users
|
||||
|
||||
info:
|
||||
name: Adobe AEM Security Users Exposure
|
||||
author: dhiyaneshDk
|
||||
severity: high
|
||||
reference:
|
||||
- https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt
|
||||
metadata:
|
||||
shodan-query:
|
||||
- http.title:"AEM Sign In"
|
||||
- http.component:"Adobe Experience Manager"
|
||||
tags: aem,adobe,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/libs/granite/security/content/useradmin.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '">AEM Security | Users</title>'
|
||||
- 'trackingelement="create user"'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- text/html
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue