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
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Springboot Logfile Actuator is exposed.
|
2022-10-17 04:57:39 +00:00
|
|
|
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
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a0047304502206a9f916a9fdca1419994f27c6c164449bfaadf41701b4e104264ddb82e51dba902210095c8812ab1bf0ad5273008dc71898e21af7e7ab76dce6a96e2d84788e7e423a7:922c64590222798bb761d5b6d8e72950
|