forked from p15670423/monkey
agent: Remove unused parameter securityFlags from create_smb()
This commit is contained in:
parent
b41a2f2366
commit
9649f90cff
|
@ -465,7 +465,6 @@ class SambaCryExploiter(HostExploiter):
|
||||||
creationDisposition,
|
creationDisposition,
|
||||||
fileAttributes,
|
fileAttributes,
|
||||||
impersonationLevel=SMB2_IL_IMPERSONATION,
|
impersonationLevel=SMB2_IL_IMPERSONATION,
|
||||||
securityFlags=0,
|
|
||||||
oplockLevel=SMB2_OPLOCK_LEVEL_NONE,
|
oplockLevel=SMB2_OPLOCK_LEVEL_NONE,
|
||||||
createContexts=None,
|
createContexts=None,
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in New Issue