nuclei-templates/http/technologies/apache/apache-ozone-detect.yaml

32 lines
686 B
YAML
Raw Normal View History

id: apache-ozone-detect
info:
name: Apache Ozone - Detect
author: icarot
severity: info
description: |
2024-07-15 12:21:27 +00:00
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