Skip to content

Zipkin Login Panel - Detect

ID: zipkin-exposure

Severity: info

Author: pdteam

Tags: panel,zipkin

Zipkin login panel was detected.

id: zipkin-exposure
info:
name: Zipkin Login Panel - Detect
author: pdteam
severity: info
description: Zipkin login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 2
shodan-query: html:"webpackJsonpzipkin-lens"
tags: panel,zipkin
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/zipkin/"
matchers:
- type: word
part: body
words:
- "webpackJsonpzipkin-lens"
# digest: 4a0a004730450220015b1eaf934cb3593003fa42ba22021770a64911fbab63240c1aecbb492b362b0221008bcaea3646b4f63ba5ff9cde86b075136054fcdd8c8cfbeae64061314ef897a3: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/exposed-panels/zipkin-exposure.yaml"

View on Github