From f771da5f5eb690836af5ebae63bfb51aa6be7fd3 Mon Sep 17 00:00:00 2001 From: "ori.agmon" Date: Sun, 14 Oct 2018 15:25:46 +0300 Subject: [PATCH] Added the Azure import to aks.py --- src/modules/hunting/aks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/hunting/aks.py b/src/modules/hunting/aks.py index 2fdaf0c..3fbda93 100644 --- a/src/modules/hunting/aks.py +++ b/src/modules/hunting/aks.py @@ -7,7 +7,7 @@ from kubelet import ExposedRunHandler from ...core.events import handler from ...core.events.types import Event, Vulnerability -from ...core.types import Hunter, ActiveHunter, KubernetesCluster, IdentityTheft +from ...core.types import Hunter, ActiveHunter, IdentityTheft, Azure class AzureSpnExposure(Vulnerability, Event):