Agent: Log agent's GUID

This commit is contained in:
Mike Salvatore 2022-05-02 15:42:36 -04:00
parent 0fce4e88a5
commit 2d685ef44a
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ class InfectionMonkey:
logger.info("Another instance of the monkey is already running")
return
logger.info("Monkey is starting...")
logger.info("Agent is starting...")
logger.info(f"Agent GUID: {GUID}")
self._add_default_server_to_config(self._opts.server)
self._connect_to_island()