42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
id: springboot-features
|
|
|
|
info:
|
|
name: Detects Springboot Features Actuator
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
description: Springboot Features Actuator is exposed.
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"Eureka"
|
|
tags: misconfig,springboot,exposure
|
|
|
|
http:
|
|
- 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
|
|
# digest: 490a0046304402202148285274425bd783ee3c14e44b4221e3f006026bad790d69bd4f9889b12462022047c94bb906bd56654d978ad028b38d342c318ddf2dd37a25f4f778cfe43b0d70:922c64590222798bb761d5b6d8e72950 |