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