2021-01-28 17:43:50 +00:00
|
|
|
id: springboot-trace
|
2021-01-12 03:54:18 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect Springboot Trace Actuator
|
2021-06-09 12:20:56 +00:00
|
|
|
author: that_juan_,dwisiswant0,wdahlenb
|
2021-01-28 15:56:38 +00:00
|
|
|
severity: low
|
2021-01-12 03:54:18 +00:00
|
|
|
description: View recent HTTP requests and responses
|
2022-07-28 14:01:03 +00:00
|
|
|
tags: misconfig,springboot,exposure
|
2021-01-12 03:54:18 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/trace"
|
2021-05-14 14:07:13 +00:00
|
|
|
|
2021-01-12 03:54:18 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-04-28 10:20:24 +00:00
|
|
|
- '"timestamp"'
|
|
|
|
- '"info"'
|
|
|
|
- '"method"'
|
|
|
|
- '"path"'
|
|
|
|
condition: and
|
|
|
|
|
2021-01-12 03:54:18 +00:00
|
|
|
- type: word
|
2022-07-28 08:35:28 +00:00
|
|
|
part: header
|
2021-01-12 03:54:18 +00:00
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
- "application/vnd.spring-boot.actuator"
|
2021-01-28 15:56:38 +00:00
|
|
|
- "application/vnd.spring-boot.actuator.v1+json"
|
2021-01-12 03:54:18 +00:00
|
|
|
condition: or
|
2022-07-28 08:35:28 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|