47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
id: springboot-info
|
|
|
|
info:
|
|
name: Spring Boot Information Panel - Detect
|
|
author: philippedelteil
|
|
severity: info
|
|
description: Spring Boot information panel displaying app name, version information, and other values was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 2
|
|
tags: springboot,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/info"
|
|
- "{{BaseURL}}/actuator/info"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"build"'
|
|
- '"artifact"'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
- "application/vnd.spring-boot.actuator"
|
|
- "application/vnd.spring-boot.actuator.v2+json"
|
|
- "application/vnd.spring-boot.actuator.v1+json"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a004630440220604137f13c5bdbd68361fce71b1506e13233fe414f2f6450a4cae2d6529aa801022034724f65beb2cd55ff8e35473ea1025b0104c925c2ad183cc64102c91da7aa95:922c64590222798bb761d5b6d8e72950
|