40 lines
971 B
YAML
40 lines
971 B
YAML
id: apache-ozone-conf
|
|
|
|
info:
|
|
name: Apache Ozone - Exposure
|
|
author: icarot
|
|
severity: info
|
|
description: |
|
|
Detects if path /conf of Apache Ozone web application is exposed.
|
|
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}}/conf"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<source>ozone-default.xml</source>'
|
|
- 'ozone'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: content_type
|
|
words:
|
|
- 'text/xml'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100e0aab20fe9079676fe1b51de2881fde4c85afb9eff230594c734cc2fe9289f25022100efd1afa9a5fa2c2185f9678274dbcf357bf2e7a82c58fef68c6ca4fba5177ff3:922c64590222798bb761d5b6d8e72950 |