46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
id: springboot-liquidbase
|
|
|
|
info:
|
|
name: Springboot Liquidbase API
|
|
author: ELSFA7110
|
|
severity: low
|
|
description: This liquibase endpoint provides information about database changes
|
|
reference:
|
|
- https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/#liquibase
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
tags: misconfig,springboot,exposure,liquibase
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/liquibase"
|
|
- "{{BaseURL}}/actuator/liquibase"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'liquibase'
|
|
- '"FILENAME":"'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
- "application/vnd.spring-boot.actuator"
|
|
- "application/vnd.spring-boot.actuator.v1+json"
|
|
- "application/vnd.spring-boot.actuator.v2+json"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100eda6feb14dc52a54ebe8cef0608adec11d30437a532c3eacb54e783bf0618835022053e498a7d7299576b5beff06ca0de40746458431b067f3c8efb2b0a3d595345c:922c64590222798bb761d5b6d8e72950
|