35 lines
974 B
YAML
35 lines
974 B
YAML
id: springboot-autoconfig
|
|
|
|
info:
|
|
name: Detect Springboot autoconfig Actuator
|
|
author: pussycat0x
|
|
severity: low
|
|
description: Displays an auto-configuration report showing all auto-configuration candidates and the reason why they 'were' or 'were not' applied.
|
|
metadata:
|
|
max-request: 2
|
|
tags: springboot,exposure,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/autoconfig"
|
|
- "{{BaseURL}}/actuator/autoconfig"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "positiveMatches"
|
|
- "AuditAutoConfiguration#auditListener"
|
|
- "EndpointAutoConfiguration#beansEndpoint"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a004630440220313b9e20943407b20614daf7c079cc4b988d04efefcdc66be128f3a7c948d7d8022015a07a3a26d7d6dbbb3b3b9b4d60f16a9bd24cf81748cac2345f839514b2ff9a:922c64590222798bb761d5b6d8e72950
|