2021-01-28 17:43:50 +00:00
|
|
|
id: springboot-loggers
|
2021-01-28 15:56:38 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect Springboot Loggers
|
|
|
|
author: that_juan_ & dwisiswant0 & wdahlenb
|
|
|
|
severity: low
|
2021-05-14 14:07:13 +00:00
|
|
|
tags: springboot,disclosure
|
2021-01-28 15:56:38 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/loggers"
|
|
|
|
- "{{BaseURL}}/actuator/loggers"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"loggers"'
|
2021-04-28 10:20:24 +00:00
|
|
|
- '"levels"'
|
|
|
|
condition: and
|
2021-01-28 15:56:38 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
- "application/vnd.spring-boot.actuator"
|
|
|
|
- "application/vnd.spring-boot.actuator.v1+json"
|
|
|
|
condition: or
|
|
|
|
part: header
|