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

39 lines
829 B
YAML
Raw Normal View History

2022-10-17 04:57:39 +00:00
id: springboot-logfile
info:
2022-10-21 11:40:49 +00:00
name: Detects Springboot Logfile Actuator
2022-10-17 04:57:39 +00:00
author: DhiyaneshDK
severity: low
reference:
- https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt
metadata:
verified: true
shodan-query: title:"Eureka"
2022-10-17 10:47:16 +00:00
tags: misconfig,springboot,exposure
2022-10-17 04:57:39 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/logfile"
- "{{BaseURL}}/actuator/logfile"
- "{{BaseURL}}/actuators/logfile"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'springframework.web.HttpRequestMethodNotSupportedException'
2022-10-17 10:47:16 +00:00
- 'INFO'
condition: and
2022-10-17 04:57:39 +00:00
- type: word
part: header
words:
- "text/plain"
- type: status
status:
- 200