34 lines
700 B
YAML
34 lines
700 B
YAML
id: springboot-loggers
|
|
|
|
info:
|
|
name: Detect Springboot Loggers
|
|
author: that_juan_ & dwisiswant0 & wdahlenb
|
|
severity: low
|
|
tags: springboot,disclosure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/loggers"
|
|
- "{{BaseURL}}/actuator/loggers"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"loggers"'
|
|
- '"levels"'
|
|
condition: and
|
|
|
|
- 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 |