Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix While Using Bloodhound with --use-kcache Issue #363 #364

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

termanix
Copy link
Contributor

@termanix termanix commented Jul 2, 2024

When we delved deeper into issue 363, I realized that the TGT could not be read because the load_ccache function in the authtectication file was not called.

image

I first tried the relevant function manually in the authentication.py file and saw that it worked. The issue that would apply the --use-kcache feature when calling it via ldap in NetExec has been resolved.

image

Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
@NeffIsBack NeffIsBack added the bug-fix This Pull Request fixes a bug label Jul 2, 2024
swapped the execution&logging lines. For if there is an error on auth file

Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
Copy link
Contributor

@NeffIsBack NeffIsBack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM:
image

@NeffIsBack NeffIsBack merged commit d8f0f41 into Pennyw0rth:main Jul 2, 2024
5 checks passed
@mpgn mpgn added this to the v1.3.0 milestone Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix This Pull Request fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants