mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-06 09:18:36 +00:00
Didn’t end up basing the Active Hunter on the passive one
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user