42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
id: springboot-logfile
|
|
|
|
info:
|
|
name: Detects Springboot Logfile Actuator
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
description: Springboot Logfile Actuator is exposed.
|
|
reference:
|
|
- https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
shodan-query: title:"Eureka"
|
|
tags: misconfig,springboot,exposure
|
|
|
|
http:
|
|
- 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'
|
|
- 'INFO'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/plain"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a0047304502206a9f916a9fdca1419994f27c6c164449bfaadf41701b4e104264ddb82e51dba902210095c8812ab1bf0ad5273008dc71898e21af7e7ab76dce6a96e2d84788e7e423a7:922c64590222798bb761d5b6d8e72950 |