Skip to content

Commit c838956

Browse files
authored
Bug Fix While Using Bloodhound with --use-kcache Issue Pennyw0rth#363
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
1 parent 669a55f commit c838956

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
@@ -1418,6 +1418,7 @@ def bloodhound(self):
14181418
self.logger.highlight("Using kerberos auth without ccache, getting TGT")
14191419
auth.get_tgt()
14201420
if self.args.use_kcache:
1421+
auth.load_ccache()
14211422
self.logger.highlight("Using kerberos auth from ccache")
14221423

14231424
timestamp = datetime.now().strftime("%Y-%m-%d_%H%M%S") + "_"

0 commit comments

Comments
 (0)