43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
id: springboot-mappings
|
|
|
|
info:
|
|
name: Detect Springboot Mappings Actuator
|
|
author: that_juan_,dwisiswant0,wdahlenb
|
|
severity: low
|
|
description: Additional routes may be displayed
|
|
metadata:
|
|
max-request: 2
|
|
tags: springboot,exposure,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/mappings"
|
|
- "{{BaseURL}}/actuator/mappings"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "mappings"
|
|
- "method"
|
|
- "produces"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
- "application/vnd.spring-boot.actuator"
|
|
- "application/vnd.spring-boot.actuator.v1+json"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502202c17385df8d123d7bc301d5983fa00f045caa9944e221104ea0fc71b4bf39f6c022100a4d3d042f10e2249d1db9fd202d29c0c6ba2681153a61e09b5cd3e74be1cb205:922c64590222798bb761d5b6d8e72950
|