We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i pass the hash with dc$ user and i got "DuplicateTokenEx succeeded!" but no process spawn the issue is with "CreateProcessWithTokenW" Of curse
any idea ?
The text was updated successfully, but these errors were encountered:
Can you show the console output error message if there is any? Or a screenshot of the output?
Sorry, something went wrong.
i used that -> bool output = CreateProcessWithTokenW(handle, 0, Binary, Args, CreationFlags.NewConsole, IntPtr.Zero, null, ref sInfo, out pInfo);
just i get output=false and without any error
No branches or pull requests
i pass the hash with dc$ user and i got "DuplicateTokenEx succeeded!"
but no process spawn the issue is with "CreateProcessWithTokenW" Of curse
any idea ?
The text was updated successfully, but these errors were encountered: