forked from p15670423/monkey
Merge pull request #433 from VakarisZ/not_dying_fix
Bugfix for monkey not reporting being dead
This commit is contained in:
commit
ae7c0000c6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue