Create aem-crx-browser.yaml
parent
64cd13bd72
commit
a605d2b788
|
@ -0,0 +1,34 @@
|
||||||
|
id: aem-crx-browser
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Adobe AEM CRX Browser Exposure
|
||||||
|
author: dhiyaneshDk
|
||||||
|
severity: medium
|
||||||
|
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}}/crx/explorer/browser/index.jsp"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- '<title>Content Explorer - UserID: anonymous | Workspace: crx.default</title>'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- text/html
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue