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

Connecting to Windows 10 Insider Fast 10.0.16275 results in error "the stub received bad data" #25

Open
ggordon-vispero opened this issue Aug 29, 2017 · 2 comments

Comments

@ggordon-vispero
Copy link

I'm using two machines neither of which is part of a domain, and connecting to the remote machine using the credentials of the builtin admin account.

Everything works properly until the call to CreateService on the remote machine. This isn't unique to PAExec. PSExec suffers from the exact same issue.

This is clearly a harbinger of things to come when Windows 10 RS3 is officially released.

I'm happy to work on a fix if I could figure out the underlying problem. I'm opening the issue in the hopes that those more informed than I about windows 10 RS3 security or other breaking changes will weigh in.

@poweradminllc
Copy link
Owner

What you're running into is designed UAC behavior :( Since your remote account can't respond to a UAC prompt, it can't elevate and have true administrator rights. Please see this Microsoft article for more info and a way to make a change to the remote UAC behavior:

https://support.microsoft.com/en-us/help/951016/description-of-user-account-control-and-remote-restrictions-in-windows

@ggordon-vispero
Copy link
Author

ggordon-vispero commented Aug 31, 2017 via email

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