forked from p34709852/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()
|
InfectionMonkey.close_tunnel()
|
||||||
firewall.close()
|
firewall.close()
|
||||||
else:
|
else:
|
||||||
StateTelem(False).send() # Signal the server (before closing the tunnel)
|
StateTelem(True).send() # Signal the server (before closing the tunnel)
|
||||||
InfectionMonkey.close_tunnel()
|
InfectionMonkey.close_tunnel()
|
||||||
firewall.close()
|
firewall.close()
|
||||||
if WormConfiguration.send_log_to_server:
|
if WormConfiguration.send_log_to_server:
|
||||||
|
|
Loading…
Reference in New Issue