mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
35 lines
987 B
YAML
35 lines
987 B
YAML
id: apache-streampark-detect
|
|
|
|
info:
|
|
name: Apache Streampark - Detect
|
|
author: icarot
|
|
severity: info
|
|
description: |
|
|
Detects a Apache Streampark server, a easy-to-use streaming application development framework and operation platform.
|
|
reference:
|
|
- https://github.com/apache/streampark
|
|
classification:
|
|
cpe: cpe:2.3:a:apache:streampark:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: apache
|
|
product: streampark
|
|
shodan-query: title:"Apache StreamPark"
|
|
tags: tech,apache,streampark,detect,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Apache StreamPark</title>'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100a7af42ad5acc7760a3c52a499f6bdd25f183f4b0ec5b8640ed0820d49af554990221009abb6920973c3a45da60996c1b0bd6c92d65374333d0db817aa62db3edeec3c2:922c64590222798bb761d5b6d8e72950 |