diff --git a/src/modules/hunting/apiserver.py b/src/modules/hunting/apiserver.py index e3b340a..f6d09fd 100644 --- a/src/modules/hunting/apiserver.py +++ b/src/modules/hunting/apiserver.py @@ -9,6 +9,8 @@ from ...core.types import Hunter, ActiveHunter, KubernetesCluster, RemoteCodeExe """ Vulnerabilities """ + + class ServerApiAccess(Vulnerability, Event): """ Accessing the server API within a compromised pod would help an attacker gain full control over the cluster"""