Agent: Add a comment about Impacket timeouts
This commit is contained in:
parent
a002c96bc6
commit
040a23546c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue