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

31 lines
575 B
YAML
Raw Normal View History

2022-10-19 23:22:34 +00:00
id: springboot-status
info:
2022-10-21 08:38:06 +00:00
name: Detects Springboot Status Actuator
2022-10-19 23:22:34 +00:00
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