43 lines
1008 B
YAML
43 lines
1008 B
YAML
id: springboot-features
|
|
|
|
info:
|
|
name: Detects Springboot Features Actuator
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
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: 490a00463044022070e2c6c3444f2f5256be2eccb57e1a8de5ce43b739c3c12cbb4151c44be16af902204eb1d4870869ffc94676913b7d26b20c29f4fdafb1740e1ef2ea332e64b0303e:922c64590222798bb761d5b6d8e72950
|