-
Notifications
You must be signed in to change notification settings - Fork 18
/
aem-fuzz.yaml
40 lines (36 loc) · 873 Bytes
/
aem-fuzz.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
id: aem-fuzz
info:
author: MRiambatman
name: AEM FUZZ
severity: medium
reference: https://speakerdeck.com/0ang3el/hunting-for-security-bugs-in-aem-webapps?slide=43
tags: aem
requests:
- raw:
- |
GET /§header§ HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
payloads:
header: helpers/payloads/aem2.txt
attack: clusterbomb
redirects: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- 500
- 301
- 400
- 302
- type: word
words:
- 'jcr:createdBy'
- 'Web console'
- 'authenticated=true'
- 'userid='
- 'jcr:'
- 'AccessKeyId:'
- 'java heap space'
condition: and