nuclei-templates/exposed-panels/linkerd-panel.yaml

36 lines
851 B
YAML
Raw Normal View History

id: linkerd-panel
2022-10-27 16:57:04 +00:00
info:
name: Linkered Panel Exposure
2022-10-27 16:57:04 +00:00
author: tess
severity: high
2022-10-27 17:07:45 +00:00
description: |
Linkerd is a service mesh for Kubernetes. It makes running services easier and safer by giving you runtime debugging, observability, reliability, and security—all without requiring any changes to your code.
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"
tags: panel,misconfig,linkerd,exposure
2022-10-27 16:57:04 +00:00
requests:
- method: GET
path:
- '{{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