nuclei-templates/http/technologies/azure-kubernetes-service.yaml

26 lines
456 B
YAML

id: azure-kubernetes-service
info:
name: Detect Azure Kubernetes Service
author: dhiyaneshDk
severity: info
tags: tech,azure,k8s,kubernetes
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Welcome to Azure Kubernetes Service (AKS)</title>"
- type: status
status:
- 200