Azure Kubernetes Service (AKS) (#3482)
* Create secure-login-panel.yaml * Create geo-webserver.yaml * Create hp-virtual-connect-manager.yaml * Create microsoft-azure-error.yaml * Create microsoft-iis-8.yaml * Create veeam-backup-azure-panel.yaml * Create user-control-panel.yaml * Create kafka-consumer-monitor.yaml * Update kafka-consumer-monitor.yaml * Create kafka-connect-ui-exposure.yaml * misc updates * duplicate template existing one - `exposed-panels/kafka-connect-ui.yaml` * Create kafka-cruise-control.yaml * Create kafka-center-default-login.yaml * Create kafka-center-login.yaml * minor update * Create azure-kubernetes-service.yaml * Update azure-kubernetes-service.yaml * Update azure-kubernetes-service.yaml Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
4acf3ece75
commit
8f323a55eb
|
@ -0,0 +1,23 @@
|
|||
id: azure-kubernetes-service
|
||||
|
||||
info:
|
||||
name: Detect Azure Kubernetes Service
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: tech,azure,k8s
|
||||
|
||||
requests:
|
||||
- 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
|
Loading…
Reference in New Issue