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

46 lines
926 B
YAML
Raw Normal View History

2023-03-17 12:23:40 +00:00
id: splash-rendering-service
info:
name: Splash - Detect
2023-03-17 12:23:40 +00:00
author: pussycat0x
severity: info
description: Splash rendering service was detected.
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:
max-request: 1
2023-03-17 12:23:40 +00:00
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
http:
2023-03-17 12:23:40 +00:00
- 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.]+)"
# Enhanced by md on 2023/03/29