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
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 3
|
2022-10-17 04:57:39 +00:00
|
|
|
shodan-query: title:"Eureka"
|
2022-10-17 10:47:16 +00:00
|
|
|
tags: misconfig,springboot,exposure
|
2022-10-17 04:57:39 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-17 04:57:39 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/logfile"
|
|
|
|
- "{{BaseURL}}/actuator/logfile"
|
|
|
|
- "{{BaseURL}}/actuators/logfile"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-10-17 04:57:39 +00:00
|
|
|
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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100fb46d17079d9d0013b4a65f17323fa5a0c8d8499bb4269cbe9cdf524e7542d14022100c83db2246d3a9c1c9a74d9ca580438ee3ec3890563bfd7741cad7c1ce4c2652d:922c64590222798bb761d5b6d8e72950
|