44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
id: springboot-startup
|
||
|
||
info:
|
||
name: Springboot Actuator startup
|
||
author: ELSFA7110
|
||
severity: low
|
||
description: The startup endpoint provides information about the application’s startup sequence.
|
||
reference:
|
||
- https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
|
||
metadata:
|
||
verified: true
|
||
max-request: 2
|
||
tags: misconfig,springboot,exposure
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/startup"
|
||
- "{{BaseURL}}/actuator/startup"
|
||
|
||
stop-at-first-match: true
|
||
matchers-condition: and
|
||
matchers:
|
||
- type: word
|
||
part: body
|
||
words:
|
||
- "springBootVersion"
|
||
- "startTime"
|
||
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"
|
||
- "application/vnd.spring-boot.actuator.v3+json"
|
||
condition: or
|
||
|
||
- type: status
|
||
status:
|
||
- 200
|
||
# digest: 4b0a004830460221009b6fcc75fba479e6ee7084a11b6cdc60cae09391648ecd1500bdae0abdaeece1022100883c2d8138dad3ea4b6c9212d4231a3892839677ae7995ab9c2dcf9f9728dc50:922c64590222798bb761d5b6d8e72950 |