nuclei-templates/http/misconfiguration/springboot/springboot-flyway.yaml

41 lines
929 B
YAML

id: springboot-flyway
info:
name: Springboot Flyway API
author: ELSFA7110
severity: low
description: This endpoint to retrieve the migrations
reference:
- https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/#flyway
metadata:
max-request: 2
verified: true
tags: misconfig,springboot,exposure,flyway
http:
- method: GET
path:
- "{{BaseURL}}/flyway"
- "{{BaseURL}}/actuator/flyway"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "flywayBeans"
- 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