2021-01-28 17:43:50 +00:00
|
|
|
id: springboot-mappings
|
2021-01-12 03:54:18 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect Springboot Mappings Actuator
|
2021-06-09 12:20:56 +00:00
|
|
|
author: that_juan_,dwisiswant0,wdahlenb
|
2021-01-28 15:56:38 +00:00
|
|
|
severity: low
|
2021-01-12 03:54:18 +00:00
|
|
|
description: Additional routes may be displayed
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: springboot,exposure,misconfig
|
2021-01-12 03:54:18 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-01-12 03:54:18 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/mappings"
|
|
|
|
- "{{BaseURL}}/actuator/mappings"
|
2022-07-28 08:35:35 +00:00
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-01-12 03:54:18 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "mappings"
|
|
|
|
- "method"
|
|
|
|
- "produces"
|
|
|
|
condition: and
|
2022-07-28 08:35:35 +00:00
|
|
|
|
2021-01-12 03:54:18 +00:00
|
|
|
- type: word
|
2022-07-28 08:35:35 +00:00
|
|
|
part: header
|
2021-01-12 03:54:18 +00:00
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
- "application/vnd.spring-boot.actuator"
|
2021-01-28 15:56:38 +00:00
|
|
|
- "application/vnd.spring-boot.actuator.v1+json"
|
2021-01-12 03:54:18 +00:00
|
|
|
condition: or
|
2022-07-28 08:35:35 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502202c17385df8d123d7bc301d5983fa00f045caa9944e221104ea0fc71b4bf39f6c022100a4d3d042f10e2249d1db9fd202d29c0c6ba2681153a61e09b5cd3e74be1cb205:922c64590222798bb761d5b6d8e72950
|