Skip to content

Apache Zeppelin detect

ID: apache-zeppelin-detect

Severity: info

Author: pikpikcu

Tags: apache,zeppelin,tech

id: apache-zeppelin-detect
info:
name: Apache Zeppelin detect
author: pikpikcu
severity: info
classification:
cpe: cpe:2.3:a:apache:zeppelin:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: apache
product: zeppelin
fofa-query: app="APACHE-Zeppelin"
tags: apache,zeppelin,tech
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title ng-bind="$root.pageTitle">Zeppelin</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100d8df133376730978bb46210311e6926b21841604ee6cb29792e2b5e3c4ffb80c02202cbcbde8ab36232ccdce65df44cb487cc4326651cbc5b8b6326e44b979ebdb04:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/technologies/apache/apache-zeppelin-detect.yaml"

View on Github