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. tags: springboot,exposure requests: - 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