-
Notifications
You must be signed in to change notification settings - Fork 398
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
Error on SMB using wrong password #117
Comments
@fredtep which branch did you pull from? We're about to merge develop into main and remove the old develop branch since its confusing for people. Can you try the 1.1.0 tag? This functionality works for me: https://github.com/Pennyw0rth/NetExec/tree/v1.1.0 |
|
I used pipx to install netexec : Just now, I tried to install it using the following
But I get the same error |
Hmm yeah I see this if installing with pipx/pip, but not if ran through Poetry. @fredtep in the meantime can you use Poetry? |
Seeing the same error. Line 503 in 8879ccc
If you don't mind a temporary kludge, this worked for me: - error, desc = e.getErrorString()
+ error, desc = e.getErrorString(), '' |
Can't reproduce |
@Marshall-Hallenbeck The fix works like a charm. |
I'm not familiar with the codebase, but wouldn't this make brute-forcing very verbose?
the current patch would show
And now the code would produce errors in verbose mode? |
Yep that does not look right, we need to test it and see why this behaves like that and we this error only occurs now and not before |
Yeah this is a change from Impacket that broke it. Downgrading Impacket or using Poetry to use our pinned version should fix this. I posted on their GitHub to see if this was intended or if they are going to revert, since it was handling nterrors for us. |
this one ? Pennyw0rth/impacket@33058eb |
Ah darn, ours is synced up to their main... I didn't pull that down, so we should revert ours to fix this for now. |
@fredtep Can you try reinstalling NetExec from |
Describe the bug
I'm getting an error while trying to bruteforce passwords using a user list and the same list as passwords.
I'm working on the manager box from HTB but I've got the same issue on my home lab
To Reproduce
Steps to reproduce the behavior i.e.:
Command:
netexec smb manager.htb -u users.txt -p users.txt
Resulted in:
Expected behavior
Nice and clean output like with ldap which is working just fine
NetExec info
DEBUG PYTHON VERSION: 3.11.6 (main, Oct 8 2023, 05:06:43) [GCC 13.2.0]
DEBUG RUNNING ON: Linux Release: 6.5.0-kali3-amd64
The text was updated successfully, but these errors were encountered: