forked from p15670423/monkey
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:
|
if not domain:
|
||||||
domain = host.ip_addr
|
domain = host.ip_addr
|
||||||
|
|
||||||
|
# Impacket has a hard-coded timeout of 30 seconds
|
||||||
dcom = DCOMConnection(
|
dcom = DCOMConnection(
|
||||||
host.ip_addr,
|
host.ip_addr,
|
||||||
username=username,
|
username=username,
|
||||||
|
|
Loading…
Reference in New Issue