43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
id: springboot-logfile
|
|
|
|
info:
|
|
name: Detects Springboot Logfile Actuator
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
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: 4b0a00483046022100fb46d17079d9d0013b4a65f17323fa5a0c8d8499bb4269cbe9cdf524e7542d14022100c83db2246d3a9c1c9a74d9ca580438ee3ec3890563bfd7741cad7c1ce4c2652d:922c64590222798bb761d5b6d8e72950
|