From d0dc305a3390335a3457defef087b6fb04c4a8c8 Mon Sep 17 00:00:00 2001 From: Shreya Date: Sun, 21 Jun 2020 01:28:13 +0530 Subject: [PATCH] Remove detection time for AV software --- monkey/infection_monkey/post_breach/actions/hide_files.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/monkey/infection_monkey/post_breach/actions/hide_files.py b/monkey/infection_monkey/post_breach/actions/hide_files.py index 1111f3cf4..eadd31e61 100644 --- a/monkey/infection_monkey/post_breach/actions/hide_files.py +++ b/monkey/infection_monkey/post_breach/actions/hide_files.py @@ -34,8 +34,5 @@ class HiddenFiles(PBA): result, status = get_winAPI_to_hide_files() PostBreachTelem(self, (result, status)).send() - # detection time for AV software - time.sleep(10) - # cleanup hidden files and folders cleanup_hidden_files(is_windows_os())