From 1d7120bfe1e53eaca8beaa8320defdbb6f5dc518 Mon Sep 17 00:00:00 2001 From: "ori.agmon" Date: Wed, 3 Oct 2018 18:34:43 +0300 Subject: [PATCH] Updated the TODOS list (Only 2 left!) --- src/modules/hunting/etcd.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/modules/hunting/etcd.py b/src/modules/hunting/etcd.py index 11924c1..d4484a2 100644 --- a/src/modules/hunting/etcd.py +++ b/src/modules/hunting/etcd.py @@ -99,10 +99,7 @@ class etcdRemoteAccess(Hunter): # TODO: # Read Liz's book & etcd's rest api and check if I've missed important commands to check - # Do we need to add a auth check and remote connection?->>> - # ->>>if we are able to get the version remotely it means there was no auth check and we were able to connect remotely but maybe we should display the no auth event anyway? - # Check why the execute() isn't being called - # Decide if I should move db_keys_write_access to hunting/etcd.py as an active hunter + # Check the etcd hunter on a remote cluster! (currently everything was checked only at 127.0.0.1:2379) def __init__(self, event): self.event = event