Bugfix for monkey not reporting being dead

This commit is contained in:
VakarisZ 2019-09-11 13:03:12 +03:00
parent f8fe0b9f09
commit 650ef12149
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class InfectionMonkey(object):
InfectionMonkey.close_tunnel()
firewall.close()
else:
StateTelem(False).send() # Signal the server (before closing the tunnel)
StateTelem(True).send() # Signal the server (before closing the tunnel)
InfectionMonkey.close_tunnel()
firewall.close()
if WormConfiguration.send_log_to_server: