Apache Ozone - Detect
ID: apache-ozone-detect
Severity: info
Author: icarot
Tags: tech,ozone,apache,detect
Description
Section titled “Description”Detects a Apache Ozone web application, a scalable, redundant, and distributed object store for Hadoop and Cloud-native environments.
YAML Source
Section titled “YAML Source”id: apache-ozone-detect
info: name: Apache Ozone - Detect author: icarot severity: info description: | Detects a Apache Ozone web application, a scalable, redundant, and distributed object store for Hadoop and Cloud-native environments. classification: cpe: cpe:2.3:a:apache:ozone:-:*:*:*:*:*:*:* metadata: max-request: 1 vendor: apache product: ozone shodan-query: title:"Apache Ozone" tags: tech,ozone,apache,detect
http: - method: GET path: - "{{BaseURL}}/static/"
matchers-condition: and matchers: - type: word words: - 'Apache Ozone</title>'
- type: status status: - 200# digest: 4a0a00473045022100d2234017cd0fc2371b185e0eb2ff40e46dfd1a472fa8e564a79ed25d43a625a702207de608a77a5035d80ef9d2759ce7849e5271e97e68d173899d6fea66849e413f: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-ozone-detect.yaml"