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 """