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

28 lines
559 B
YAML
Raw Normal View History

2021-08-04 17:13:45 +00:00
id: springboot-health
2021-08-06 15:18:32 +00:00
2021-08-04 17:13:45 +00:00
info:
name: Detect Springboot Health Actuator
author: pussycat0x
severity: info
description: Additional routes may be displayed
2021-08-06 15:18:32 +00:00
tags: springboot,exposure
2021-08-04 17:13:45 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/health"
- "{{BaseURL}}/actuator/health"
2021-08-06 15:18:32 +00:00
2021-08-04 17:13:45 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"status"'
- '"diskSpace"'
- '"jms"'
condition: and
2021-08-06 15:18:32 +00:00
2021-08-04 17:13:45 +00:00
- type: status
status:
2021-08-06 15:18:32 +00:00
- 200