39 lines
935 B
YAML
39 lines
935 B
YAML
id: springboot-health
|
|
|
|
info:
|
|
name: Spring Boot Health Actuator Panel - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: Spring Boot Health Actuator panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 2
|
|
tags: springboot,exposure,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/health"
|
|
- "{{BaseURL}}/actuator/health"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"status"'
|
|
- '"diskSpace"'
|
|
- '"jms"'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402200c34ae6690dc42d073877349dddfaf052ccdfd9c23bfabfac7e82acb707669af02205b14cc2afe9bc9a5530a4f1913526ad22e1ccd2b5eebe3e6c62983c0a5defbbe:922c64590222798bb761d5b6d8e72950
|