nuclei-templates/technologies/springboot-actuator.yaml

31 lines
673 B
YAML
Raw Normal View History

id: springboot-actuator
info:
name: Detect Springboot Actuators
2021-06-09 12:20:56 +00:00
author: that_juan_,dwisiswant0,wdahlenb
severity: info
2021-09-09 13:38:13 +00:00
tags: tech,springboot,actuator
requests:
- method: GET
path:
2021-09-09 13:38:13 +00:00
- "{{BaseURL}}"
- "{{BaseURL}}/actuator"
- "{{BaseURL}}/favicon.ico"
2021-09-09 13:38:13 +00:00
- "{{BaseURL}}/actuator/favicon.ico"
2021-09-09 13:38:13 +00:00
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)))"