2021-01-28 17:43:50 +00:00
|
|
|
id: springboot-env
|
2021-01-12 03:54:18 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect Springboot Env Actuator
|
2021-08-20 07:12:53 +00:00
|
|
|
author: that_juan_,dwisiswant0,wdahlenb,philippedelteil
|
2021-05-14 13:25:06 +00:00
|
|
|
severity: low
|
2021-01-12 03:54:18 +00:00
|
|
|
description: Sensitive environment variables may not be masked
|
2021-08-06 15:32:50 +00:00
|
|
|
tags: springboot,exposure
|
2021-01-12 03:54:18 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/env"
|
|
|
|
- "{{BaseURL}}/actuator/env"
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-04-28 10:20:24 +00:00
|
|
|
- "applicationConfig"
|
2021-06-09 17:36:54 +00:00
|
|
|
- "activeProfiles"
|
|
|
|
condition: or
|
2021-05-16 09:49:19 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "server.port"
|
2021-01-12 03:54:18 +00:00
|
|
|
- "local.server.port"
|
2021-05-16 09:49:19 +00:00
|
|
|
condition: or
|
|
|
|
|
2021-01-12 03:54:18 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
- "application/vnd.spring-boot.actuator"
|
2021-01-28 15:56:38 +00:00
|
|
|
- "application/vnd.spring-boot.actuator.v1+json"
|
2021-08-20 07:12:53 +00:00
|
|
|
- "application/vnd.spring-boot.actuator.v2+json"
|
2021-01-12 03:54:18 +00:00
|
|
|
condition: or
|
|
|
|
part: header
|