Agent: Add a comment about Impacket timeouts

This commit is contained in:
Mike Salvatore 2022-03-17 12:45:37 -04:00
parent a002c96bc6
commit 040a23546c
1 changed files with 1 additions and 0 deletions

View File

@ -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,