29 lines
589 B
YAML
29 lines
589 B
YAML
|
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
|
||
|
cvss-score: 0.0
|
||
|
cwe-id: CWE-200
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: html:"webpackJsonpzipkin-lens"
|
||
|
tags: panel,zipkin
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
- "{{BaseURL}}/zipkin/"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "webpackJsonpzipkin-lens"
|
||
|
|
||
|
# Enhanced by mp on 2023/01/29
|