2022-10-28 12:38:14 +00:00
|
|
|
id: linkerd-panel
|
2022-10-27 16:57:04 +00:00
|
|
|
|
|
|
|
info:
|
2022-11-29 14:52:46 +00:00
|
|
|
name: Linkerd Panel - Detect
|
2022-10-27 16:57:04 +00:00
|
|
|
author: tess
|
2023-01-24 16:21:18 +00:00
|
|
|
severity: info
|
2022-10-27 17:07:45 +00:00
|
|
|
description: |
|
2022-11-29 14:52:46 +00:00
|
|
|
Linkerd 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
|
2022-10-27 16:57:04 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2022-10-27 17:04:30 +00:00
|
|
|
shodan-query: html:"data-controller-namespace"
|
2022-10-28 12:38:14 +00:00
|
|
|
tags: panel,misconfig,linkerd,exposure
|
2022-10-27 16:57:04 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-10-28 12:38:14 +00:00
|
|
|
- '{{BaseURL}}/namespaces'
|
2022-10-27 16:57:04 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>Linkerd</title>'
|
|
|
|
- 'data-controller-namespace="linkerd'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-11-29 14:52:46 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/28
|