agent: Remove unused parameter securityFlags from create_smb()

This commit is contained in:
Mike Salvatore 2021-05-03 13:22:37 -04:00 committed by Shreya
parent b41a2f2366
commit 9649f90cff
1 changed files with 0 additions and 1 deletions

View File

@ -465,7 +465,6 @@ class SambaCryExploiter(HostExploiter):
creationDisposition,
fileAttributes,
impersonationLevel=SMB2_IL_IMPERSONATION,
securityFlags=0,
oplockLevel=SMB2_OPLOCK_LEVEL_NONE,
createContexts=None,
):