35 lines
665 B
YAML
35 lines
665 B
YAML
|
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.]+)"
|