-
Notifications
You must be signed in to change notification settings - Fork 24
/
springboot_heapdump.yaml
70 lines (65 loc) · 2.28 KB
/
springboot_heapdump.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
id: springboot-heapdump
info:
name: Spring Boot Heap Dump
author: booboo
severity: critical
tags: springboot
requests:
- method: GET
path:
- "{{BaseURL}}/heapdump"
- "{{BaseURL}}/actuator/heapdump"
- "{{BaseURL}}/heapdump"
- "{{BaseURL}}/admin/heapdump"
- "{{BaseURL}}/..;/admin/heapdump"
- "{{BaseURL}}/..;/admin/actuator/heapdump"
- "{{BaseURL}}//actuator/heapdump"
- "{{BaseURL}}/%2f/heapdump"
- "{{BaseURL}}/%2f/actuator/heapdump"
- "{{BaseURL}}/%2e/heapdump"
- "{{BaseURL}}/%2e/actuator/heapdump"
- "{{BaseURL}}/%2e%2e/heapdump"
- "{{BaseURL}}/%2e%2e/actuator/heapdump"
- "{{BaseURL}}/..;/%2e/heapdump"
- "{{BaseURL}}/..;/%2e/actuator/heapdump"
- "{{BaseURL}}/dump"
- "{{BaseURL}}/actuator/dump"
- "{{BaseURL}}/dump"
- "{{BaseURL}}/admin/dump"
- "{{BaseURL}}/..;/admin/dump"
- "{{BaseURL}}/..;/admin/actuator/dump"
- "{{BaseURL}}//actuator/dump"
- "{{BaseURL}}/%2f/dump"
- "{{BaseURL}}/%2f/actuator/dump"
- "{{BaseURL}}/%2e/dump"
- "{{BaseURL}}/%2e/actuator/dump"
- "{{BaseURL}}/%2e%2e/dump"
- "{{BaseURL}}/%2e%2e/actuator/dump"
- "{{BaseURL}}/..;/%2e/dump"
- "{{BaseURL}}/..;/%2e/actuator/dump"
- "{{BaseURL}}/datahub/admin/dump"
- "{{BaseURL}}/..;/datahub/admin/dump"
- "{{BaseURL}}/..;/datahub/admin/actuator/dump"
- "{{BaseURL}}/datahub/actuator/dump"
- "{{BaseURL}}/%2f/datahub/dump"
- "{{BaseURL}}/%2f/datahub/actuator/dump"
- "{{BaseURL}}/%2e/datahub/dump"
- "{{BaseURL}}/%2e/datahub/actuator/dump"
- "{{BaseURL}}/%2e%2e/datahub/dump"
- "{{BaseURL}}/%2e%2e/datahub/actuator/dump"
- "{{BaseURL}}/..;/%2e/datahub/dump"
- "{{BaseURL}}/..;/%2e/datahub/actuator/dump"
stop-at-first-match: true
max-size: 2097152 # 2MB - Max Size to read from server response
matchers-condition: and
matchers:
- type: binary
part: body
binary:
- "4a4156412050524f46494c45" # "JAVA PROFILE"
- "4850524f46" # "HPROF"
- "1f8b080000000000" # Gunzip magic byte
condition: or
- type: status
status:
- 200