Skip to content

Commit d8f0f41

Browse files
authored
Merge pull request Pennyw0rth#364 from termanix/patch-4
Bug Fix While Using Bloodhound with --use-kcache Issue Pennyw0rth#363
2 parents 669a55f + 63f2d69 commit d8f0f41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nxc/protocols/ldap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,7 @@ def bloodhound(self):
14191419
auth.get_tgt()
14201420
if self.args.use_kcache:
14211421
self.logger.highlight("Using kerberos auth from ccache")
1422+
auth.load_ccache()
14221423

14231424
timestamp = datetime.now().strftime("%Y-%m-%d_%H%M%S") + "_"
14241425
bloodhound = BloodHound(ad, self.hostname, self.host, self.port)

0 commit comments

Comments
 (0)