-
Notifications
You must be signed in to change notification settings - Fork 2
/
Actuator.yaml
34 lines (32 loc) · 881 Bytes
/
Actuator.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
id: Finds actuator
info:
name: Actuator info leakage
author: Clark
severity: meduim
#Look in for exposed info.
requests:
- method: GET
path:
- "{{BaseURL}}/actuator"
- "{{BaseURL}}/actuator/caches"
- "{{BaseURL}}/actuator/configprops"
- "{{BaseURL}}/actuator/conditions"
- "{{BaseURL}}/actuator/env"
- "{{BaseURL}}/actuator/beans"
- "{{BaseURL}}/actuator/info"
- "{{BaseURL}}/actuator/scheduledtasks"
- "{{BaseURL}}/actuator/features"
- "{{BaseURL}}/actuator/refresh"
- "{{BaseURL}}/actuator/metrics"
- "{{BaseURL}}/actuator/loggers"
- "{{BaseURL}}/actuator/mappings"
- "{{BaseURL}}/actuator/threaddump"
matchers-condition: and
matchers:
- type: word
words:
- actuator
condition: and
- type: status
status:
- 200