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

39 lines
799 B
YAML
Raw Normal View History

2022-10-17 03:37:07 +00:00
id: springboot-features
info:
2022-10-21 11:41:08 +00:00
name: Detects Springboot Features Actuator
2022-10-17 03:37:07 +00:00
author: DhiyaneshDK
severity: low
metadata:
verified: true
shodan-query: title:"Eureka"
2022-10-17 10:34:52 +00:00
tags: misconfig,springboot,exposure
2022-10-17 03:37:07 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/features"
- "{{BaseURL}}/actuator/features"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"enabled":['
- '"disabled":['
condition: and
- type: word
part: header
words:
- "application/json"
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v1+json"
condition: or
- type: status
status:
- 200