nuclei-templates/misconfiguration/springboot/springboot-health.yaml

30 lines
563 B
YAML

id: springboot-health
info:
name: Detect Springboot Health Actuator
author: pussycat0x
severity: info
description: Additional routes may be displayed
tags: springboot,exposure
requests:
- 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