forked from p15670423/monkey
Agent: Add comment about slow SMB transfer speeds
This commit is contained in:
parent
9b1857a3d9
commit
f65e009db6
|
@ -17,6 +17,9 @@ from infection_monkey.utils.brute_force import get_credential_string
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# Note: If the SMB server has the `RequireSecuritySignature` or`EnableSecuritySignature` settings
|
||||
# enabled, tranfer speeds will slow to a crawl. See
|
||||
# https://github.com/guardicore/monkey/issues/1923 for more information.
|
||||
class SmbTools(object):
|
||||
@staticmethod
|
||||
def copy_file(
|
||||
|
|
Loading…
Reference in New Issue