Skip to content

Commit d82ee41

Browse files
committed
Remove auth_level as this breaks the coercion
1 parent 3db14d4 commit d82ee41

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nxc/modules/coerce_plus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ def connect(self, username, password, domain, lmhash, nthash, aesKey, target, do
356356
dce = rpctransport.get_dce_rpc()
357357
if doKerberos:
358358
dce.set_auth_type(RPC_C_AUTHN_GSS_NEGOTIATE)
359-
dce.set_auth_level(RPC_C_AUTHN_LEVEL_PKT_PRIVACY)
360359
self.context.log.debug("Connecting to {}".format(binding_params[pipe]["stringBinding"]))
361360
try:
362361
dce.connect()

0 commit comments

Comments
 (0)