From 0f3eac9a12890447823fa331a36e07e49140d458 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Mon, 4 Mar 2019 14:07:53 +0000 Subject: [PATCH] =?UTF-8?q?Didn=E2=80=99t=20end=20up=20basing=20the=20Acti?= =?UTF-8?q?ve=20Hunter=20on=20the=20passive=20one?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/hunting/apiserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/hunting/apiserver.py b/src/modules/hunting/apiserver.py index 95cd6f4..4644927 100644 --- a/src/modules/hunting/apiserver.py +++ b/src/modules/hunting/apiserver.py @@ -286,7 +286,7 @@ class AccessApiServerWithToken(AccessApiServer): # Active Hunter @handler.subscribe(ApiServerPassiveHunterFinished) -class AccessApiServerActive(ActiveHunter, AccessApiServer): +class AccessApiServerActive(ActiveHunter): """API server hunter Accessing the api server might grant an attacker full control over the cluster """