Skip to content

Commit

Permalink
Agent: Add comment about slow SMB transfer speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed Apr 29, 2022
1 parent 9b1857a commit f65e009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monkey/infection_monkey/exploit/tools/smb_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
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(
Expand Down

0 comments on commit f65e009

Please sign in to comment.