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

Fix pwned label when brute forcing with guest account enabled #434

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

NeffIsBack
Copy link
Contributor

Small but weird bugfix:
If we bruteforce credentials and have an account that is pwned the self.admin_privs attribute is now True. If we then bruteforce the guest account are not allowed to even connect to rpc and therefore "skip" the admin check where self.admin_privs would have been set to False.

Occurred while testing and freaked me out lol:
image

@NeffIsBack NeffIsBack added the bug-fix This Pull Request fixes a bug label Oct 4, 2024
@NeffIsBack NeffIsBack merged commit 092a14f into main Oct 4, 2024
6 checks passed
@NeffIsBack NeffIsBack deleted the neff-fix-pwned-label branch October 4, 2024 20:55
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.

2 participants