40 lines
864 B
YAML
40 lines
864 B
YAML
id: springboot-actuator
|
|
|
|
info:
|
|
name: Detect Springboot Actuators
|
|
author: that_juan_,dwisiswant0,wdahlenb,dr0pd34d
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.favicon.hash:116323821
|
|
tags: tech,springboot,actuator
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/actuator"
|
|
- "{{BaseURL}}/favicon.ico"
|
|
- "{{BaseURL}}/actuator/favicon.ico"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"_links":'
|
|
- '"self":'
|
|
- '"health"'
|
|
condition: and
|
|
|
|
- type: dsl
|
|
name: "favicon"
|
|
dsl:
|
|
- "status_code==200 && (\"116323821\" == mmh3(base64_py(body)))"
|
|
|
|
extractors:
|
|
- type: json
|
|
name: available-endpoints
|
|
json:
|
|
- .[] | to_entries | .[].key
|