Merge pull request #6916 from projectdiscovery/pussycat0x-patch-4

Splash Rendering Service - Detect
patch-1
Ritik Chaddha 2023-03-23 17:32:45 +05:30 committed by GitHub
commit e91c03e68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 42 additions and 0 deletions

View File

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