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

Get-NTFSEffectiveAccess from non-domain joined system #76

Open
cyberfreaq opened this issue Mar 10, 2021 · 2 comments
Open

Get-NTFSEffectiveAccess from non-domain joined system #76

cyberfreaq opened this issue Mar 10, 2021 · 2 comments

Comments

@cyberfreaq
Copy link

Is it possible to query the effective access of a domain user to a domain share from a system which is not joined to the domain? For example via running a Powershell process with runas /user:domain\user_in_question ?

@Sup3rlativ3
Copy link

Generally, no. There could be issues with the permissions that allow anyone to query the permissions in which case yes it's possible.

Could you just connect to the system using the credentials and then run the test rather than running ti directly from the non domain joined machine?

@cyberfreaq
Copy link
Author

Thank you for your answer!

My use case would be a security assessment where I'm not allowed to install Powershell modules or run Powershell code on locked down domain-joined computers. So I'm looking for ways to do this from my assessment machine, which I am allowed to connect to the network.

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