From 040a23546ccfbf37422f2bde61bcffebb3f2db56 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 17 Mar 2022 12:45:37 -0400 Subject: [PATCH] Agent: Add a comment about Impacket timeouts --- monkey/infection_monkey/exploit/tools/wmi_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/monkey/infection_monkey/exploit/tools/wmi_tools.py b/monkey/infection_monkey/exploit/tools/wmi_tools.py index 5b21d2d9f..b6346ba14 100644 --- a/monkey/infection_monkey/exploit/tools/wmi_tools.py +++ b/monkey/infection_monkey/exploit/tools/wmi_tools.py @@ -49,6 +49,7 @@ class WmiTools(object): if not domain: domain = host.ip_addr + # Impacket has a hard-coded timeout of 30 seconds dcom = DCOMConnection( host.ip_addr, username=username,