32 lines
648 B
YAML
32 lines
648 B
YAML
id: apache-pinot-detect
|
|
|
|
info:
|
|
name: Apache Pinot - Detect
|
|
author: icarot
|
|
severity: info
|
|
description: |
|
|
Detects a Apache Pinot web application, A realtime distributed OLAP datastore.
|
|
classification:
|
|
cpe: cpe:2.3:a:apache:pinot:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: apache
|
|
product: pinot
|
|
tags: tech,pinot,apache,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Apache Pinot</title>'
|
|
- 'Pinot Controller UI'
|
|
condition: and
|
|
- type: status
|
|
status:
|
|
- 200
|