Apache Pinot - Detect
ID: apache-pinot-detect
Severity: info
Author: icarot
Tags: tech,pinot,apache,detect
Description
Section titled “Description”Detects a Apache Pinot web application, A realtime distributed OLAP datastore.
YAML Source
Section titled “YAML Source”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 verified: true vendor: apache product: pinot shodan-query: title:"Apache Pinot" tags: tech,pinot,apache,detect
http: - method: GET path: - "{{BaseURL}}/"
matchers-condition: and matchers: - type: word words: - '<title>Apache Pinot</title>'
- type: status status: - 200# digest: 4b0a00483046022100af014da171caeff0f6d700b85b48f16bf642a73e80f755fba4d413f8a6c1ca2c022100f76be93484b955de3f58bac8f0a7dfe632134ae2aee813098b2918dbb90ca3d1:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/apache/apache-pinot-detect.yaml"