From fa3130ded66e346bc90cc8bf32c683512f4f4fca Mon Sep 17 00:00:00 2001 From: m0rv4i Date: Wed, 13 Feb 2019 10:19:46 +0000 Subject: [PATCH] If default-beacontime is wrong return to startup after error --- ImplantHandler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ImplantHandler.py b/ImplantHandler.py index e412020..cc4a179 100644 --- a/ImplantHandler.py +++ b/ImplantHandler.py @@ -317,6 +317,7 @@ def startup(user, printhelp = ""): print(Colours.RED) print("Invalid sleep command, please specify a time such as 50s, 10m or 1h") print(Colours.GREEN) + startup(user) else: update_item("DefaultSleep", "C2Server", new_sleep) startup(user, "Updated set-defaultbeacon (Restart C2 Server): %s\r\n" % new_sleep)