diff --git a/src/modules/hunting/apiserver.py b/src/modules/hunting/apiserver.py index 03cddb1..117b9f8 100644 --- a/src/modules/hunting/apiserver.py +++ b/src/modules/hunting/apiserver.py @@ -15,7 +15,7 @@ class ServerApiAccess(Vulnerability, Event): """ Accessing the server API within a compromised pod would help an attacker gain full control over the cluster""" def __init__(self, evidence): - Vulnerability.__init__(self, KubernetesCluster, name="Accessed to server API", category=RemoteCodeExec) + Vulnerability.__init__(self, KubernetesCluster, name="Access to server API", category=RemoteCodeExec) self.evidence = evidence