From 101fee6d9a01cc8cb0c15583a2cbfbf52acedd6b Mon Sep 17 00:00:00 2001 From: oriagmon Date: Tue, 16 Oct 2018 12:53:38 +0300 Subject: [PATCH] I didn't Finish that hunter yet ( a todo is detailed on my Trello). --- src/modules/hunting/apiserver.py | 2 ++ 1 file changed, 2 insertions(+) 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"""