forked from p15670423/monkey
Agent: Log agent's GUID
This commit is contained in:
parent
0fce4e88a5
commit
2d685ef44a
|
@ -116,7 +116,8 @@ class InfectionMonkey:
|
||||||
logger.info("Another instance of the monkey is already running")
|
logger.info("Another instance of the monkey is already running")
|
||||||
return
|
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._add_default_server_to_config(self._opts.server)
|
||||||
self._connect_to_island()
|
self._connect_to_island()
|
||||||
|
|
Loading…
Reference in New Issue