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

Changes needed to Samba configuration to use with Server 2012 R2 #1

Open
samratashok opened this issue Feb 16, 2016 · 1 comment
Open

Comments

@samratashok
Copy link

Recently while trying enum4linux against a Server 2012 R2 target (with credentials, null sessions are long dead), I realized that Samba tools/utilities need to be forced to use SMB3. As per the release notes here: https://www.samba.org/samba/history/samba-4.1.0.html, following must be added to the [global] section of smb.conf (default is /etc/samba/smb.conf)

client max protocol = SMB3

After adding that, it again worked like a charm!

Maybe add a note/warning in the tool for adding the configuration? Individual utilities can be patched in the code as well (for example smbclient -m SMB3). That, of course, will be up to you.

Thanks for this awesome tool :)

@timb-machine
Copy link
Contributor

Working on this at the moment. See some of the other issues for a bit more detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants