info: name:Detect Springboot metrics Actuator author:pussycat0x,TheZakMan severity:low description:| Spring Boot Metrics Actuator endpoint was detected, which may expose system metrics information. This template detects both older Spring Boot 1.x format and newer 2.x/3.x format. metadata: max-request:2 tags:springboot,exposure,misconfig
http: -method: GET path: -"{{BaseURL}}/metrics" -"{{BaseURL}}/actuator/metrics"
stop-at-first-match:true
matchers-condition:and matchers: -type: status status: -200