nuclei-templates/technologies/splash-rendering-service.yaml

35 lines
665 B
YAML
Raw Normal View History

2023-03-17 12:23:40 +00:00
id: splash-rendering-service
info:
name: Splash Rendering Service - Detect
author: pussycat0x
severity: info
reference:
- https://github.com/scrapinghub/splash
metadata:
verified: "true"
shodan-query: title:"Splash"
hunter-query: web.title="Splash" && header="TwistedWeb"
tags: splash,tech,detect
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Splash"
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- "Splash v([0-9.]+)"