2023-03-17 12:23:40 +00:00
id : splash-rendering-service
info :
name : Splash Rendering Service - Detect
author : pussycat0x
severity : info
2023-03-23 11:58:58 +00:00
description : Splash is a javascript rendering service with an HTTP API. It's a lightweight browser with an HTTP API, implemented in Python 3 using Twisted and QT5.
2023-03-17 12:23:40 +00:00
reference :
- https://github.com/scrapinghub/splash
2023-03-23 11:58:58 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score : 0.0
cwe-id : CWE-200
2023-03-17 12:23:40 +00:00
metadata :
verified : "true"
shodan-query : title:"Splash"
hunter-query : web.title="Splash" && header="TwistedWeb"
2023-03-23 11:58:58 +00:00
tags : tech,splash,detect
2023-03-17 12:23:40 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}"
matchers-condition : and
matchers :
- type : word
part : body
words :
- "<title>Splash"
2023-03-23 11:58:58 +00:00
- "splash.loadExample"
condition : and
2023-03-17 12:23:40 +00:00
- type : status
status :
- 200
extractors :
- type : regex
part : body
regex :
2023-03-23 11:58:58 +00:00
- "Splash v([0-9.]+)"