We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7070305 commit 85b2b6eCopy full SHA for 85b2b6e
1 file changed
nxc/protocols/smb.py
@@ -303,7 +303,7 @@ def enum_host_info(self):
303
self.logger.info(f"Resolved domain: {self.domain} with dns, kdcHost: {self.kdcHost}")
304
305
# If we want to authenticate we should create another connection object, because we already logged in
306
- if self.args.username or self.args.cred_id or self.kerberos:
+ if self.args.username or self.args.cred_id or self.kerberos or self.args.use_kcache:
307
self.create_conn_obj()
308
309
def print_host_info(self):
0 commit comments