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

37 lines
782 B
YAML
Raw Normal View History

2022-10-19 23:22:34 +00:00
id: springboot-status
info:
name: Spring Boot Status Actuator Panel - Detect
2022-10-19 23:22:34 +00:00
author: DhiyaneshDk
severity: info
description: Spring Boot Status 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.0
cwe-id: CWE-200
2022-10-19 23:22:34 +00:00
metadata:
max-request: 2
2022-10-19 23:22:34 +00:00
verified: true
shodan-query: title:"Eureka"
tags: misconfig,springboot,exposure
http:
2022-10-19 23:22:34 +00:00
- 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