nuclei-templates/misconfiguration/springboot/springboot-autoconfig.yaml

28 lines
739 B
YAML
Raw Normal View History

2021-08-04 16:38:47 +00:00
id: springboot-autoconfig
2021-08-06 15:18:32 +00:00
2021-08-04 16:38:47 +00:00
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.
2021-08-06 15:18:32 +00:00
tags: springboot,exposure
2021-08-04 16:38:47 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/autoconfig"
- "{{BaseURL}}/actuator/autoconfig"
2021-08-06 15:18:32 +00:00
2021-08-04 16:38:47 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "positiveMatches"
- "AuditAutoConfiguration#auditListener"
- "EndpointAutoConfiguration#beansEndpoint"
condition: and
2021-08-06 15:18:32 +00:00
2021-08-04 16:38:47 +00:00
- type: status
status:
2021-08-06 15:18:32 +00:00
- 200