Files
nuclei-templates/misconfiguration/springboot/springboot-gateway.yaml
Wyatt Dahlenburg 1619ee4566 Spring Boot Gateway Actuator (#3384)
* Adding the springboot gateway actuator

* minor update

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2021-12-21 10:54:13 +05:30

35 lines
738 B
YAML

id: springboot-gateway
info:
name: Detect Spring Gateway Actuator
author: wdahlenb
severity: medium
description: Sensitive environment variables may not be masked
tags: springboot,exposure
reference: https://wya.pl/2021/12/20/bring-your-own-ssrf-the-gateway-actuator/
requests:
- method: GET
path:
- "{{BaseURL}}/gateway/routes"
- "{{BaseURL}}/actuator/gateway/routes"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "predicate"
- "route_id"
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200