nuclei-templates/exposed-panels/zipkin-exposure.yaml

29 lines
593 B
YAML
Raw Normal View History

id: zipkin-exposure
info:
name: Zipkin Login Panel - Detect
2021-04-06 06:46:11 +00:00
author: pdteam
2023-01-27 14:57:27 +00:00
severity: info
2023-02-02 21:51:33 +00:00
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
2023-02-06 18:53:49 +00:00
metadata:
verified: true
shodan-query: html:"webpackJsonpzipkin-lens"
tags: panel,zipkin
2023-02-06 20:42:36 +00:00
requests:
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
- "{{BaseURL}}/zipkin/"
matchers:
- type: word
part: body
words:
2022-01-03 16:06:23 +00:00
- "webpackJsonpzipkin-lens"
# Enhanced by mp on 2023/01/29