Create springboot-status.yaml

patch-1
Dhiyaneshwaran 2022-10-20 04:52:34 +05:30 committed by GitHub
parent 3e72210539
commit f24630b388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: springboot-status
info:
name: Detect Springboot Status Actuator
author: DhiyaneshDk
severity: info
metadata:
verified: true
shodan-query: title:"Eureka"
tags: misconfig,springboot,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/status"
- "{{BaseURL}}/actuator/status"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"freeMemory":'
- '"maxMemory":'
condition: and
- type: status
status:
- 200