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

SMB Permission Clarification #76

Open
theredmoose opened this issue Jun 7, 2022 · 1 comment
Open

SMB Permission Clarification #76

theredmoose opened this issue Jun 7, 2022 · 1 comment

Comments

@theredmoose
Copy link

theredmoose commented Jun 7, 2022

Hi, This is more clarification than an bug or issue. I want to use SMBmap to enumerate all the shares that are set to "everyone" access write permission. However, if I use a basic domain user then we have to guess the share names. If I use a admin user the shares will can be enumerated but the permissions are reflecting that of the admin user not an everyone account. Is this correct?

@ShawnDEvans
Copy link
Owner

The permissions are unfortunately not that granular. There are checks to determine if the user is able to READ, WRITE or READ/WRITE - but that is about as deep as it gets. That said, if you're using a user that is only part of the "EVERYONE" group, that user should still be able to return a list of shared SMB resources on any given server within the domain. However, they may not have READ access to the underlying data. I hope this helps answer your question!

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

No branches or pull requests

2 participants