Skip to content

Detect Azure Kubernetes Service

ID: azure-kubernetes-service

Severity: info

Author: dhiyaneshDk

Tags: tech,azure,k8s,kubernetes

id: azure-kubernetes-service
info:
name: Detect Azure Kubernetes Service
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
tags: tech,azure,k8s,kubernetes
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
# digest: 4a0a00473045022063b1ad27379c6907f01eb7e22d473321a8107ec792f3b19834751a7b980b1cf0022100888412d0291d217620e84c88db4169d0fa5fa61421ba22255d90306e501a36f0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/azure-kubernetes-service.yaml"

View on Github