-
Notifications
You must be signed in to change notification settings - Fork 391
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
netexec NETBIOS time out when checking for SMB shares or spidering #369
Comments
@ArchyInUse Hey thanks for the bug report. Would you mind re-running with the From what I see right now, you should use |
Hey, first off I'd like to say thank you, the smb-timeout option does work!
|
Oh that should be caught. Thanks for the report! |
Should be fixed with #387 |
Describe the bug
Whenever I try to list shares using --shares or -M spider_plus, netexec gives me a NETBIOS timeout error and does not show the shares, it recognizes the account is valid (and administrator in this instance) but crashes when trying to list shares, smbclient works for me, i can do everything I expect from --shares and -M spider_plus.
tested on both kali apt repo version and the newest release from the releases pages
To Reproduce
command:
netexec smb <ip> -u <username> -p <password> (or -H <hash>, doesnt work for either) --shares (or -M spider_plus)
Expected behavior
A list of shares and permissions for those shares, or the spider module downloading the files in the shares.
Screenshots
NetExec info
Additional context
I will also need to test this on a fresh kali install (although I havent made many changes to mine) which I am in the process of testing now.
The text was updated successfully, but these errors were encountered: