44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
id: springboot-conditions
|
|
|
|
info:
|
|
name: Detect Springboot Conditions Actuator
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
description: Springboot Conditions Actuator is exposed.
|
|
reference:
|
|
- https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"Eureka"
|
|
tags: misconfig,springboot,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/conditions"
|
|
- "{{BaseURL}}/actuator/conditions"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"positiveMatches":{'
|
|
- '"unconditionalClasses":['
|
|
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: 4b0a00483046022100dd06a9940f39e7435865c879641d75df960e89bef0e99fc64559ae3ddeb9787c02210087a71d5fcd8005db35d2c05759a90086c34b258025bc5f52ff4cfc6e61427752:922c64590222798bb761d5b6d8e72950 |