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

31 lines
575 B
YAML

id: springboot-status
info:
name: Detects Springboot Status Actuator
author: DhiyaneshDk
severity: info
metadata:
verified: true
shodan-query: title:"Eureka"
tags: misconfig,springboot,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/status"
- "{{BaseURL}}/actuator/status"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"freeMemory":'
- '"maxMemory":'
condition: and
- type: status
status:
- 200