We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c838956 commit 63f2d69Copy full SHA for 63f2d69
1 file changed
nxc/protocols/ldap.py
@@ -1418,8 +1418,8 @@ def bloodhound(self):
1418
self.logger.highlight("Using kerberos auth without ccache, getting TGT")
1419
auth.get_tgt()
1420
if self.args.use_kcache:
1421
- auth.load_ccache()
1422
self.logger.highlight("Using kerberos auth from ccache")
+ auth.load_ccache()
1423
1424
timestamp = datetime.now().strftime("%Y-%m-%d_%H%M%S") + "_"
1425
bloodhound = BloodHound(ad, self.hostname, self.host, self.port)
0 commit comments