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

41 lines
922 B
YAML
Raw Normal View History

2022-10-17 05:30:30 +00:00
id: springboot-loggerconfig
info:
2022-10-17 10:48:25 +00:00
name: Detects Springboot LoggerConfig Actuator
2022-10-17 05:30:30 +00:00
author: DhiyaneshDK
severity: info
reference:
- https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt
metadata:
verified: true
shodan-query: title:"Eureka"
2022-10-17 10:48:25 +00:00
tags: misconfig,springboot,exposure
2022-10-17 05:30:30 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/loggingConfig"
- "{{BaseURL}}/actuator/loggingConfig"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '["loggingConfig"]'
- '"propertySources"'
condition: and
- type: word
part: header
words:
- "application/json"
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v1+json"
condition: or
- type: status
status:
- 200