breenmachine / RottenPotatoNG

New version of RottenPotato as a C++ DLL and standalone C++ binary - no need for meterpreter or other tools.
892 stars 179 forks source link

Windows 10 1709 build 16299.192 #1

Closed Sn00z3r closed 6 years ago

Sn00z3r commented 6 years ago

Hi,

Just wanted to let you know that this does not work on windows 10 1709 build 16299.192 (error code 1314, meaning A required privilege is not held by the client.

I did not have time yet to troubleshoot the issue, I will when I have time, however I just wanted to let you know :)!

Keep up the awesome work!

Sn00z3r commented 6 years ago

After some testing I think I might have made a mistake by saying you need an elevated prompt. Because you need to run this executable as a user who has the right to impersonate, which I guess NT SERVICE can.

Let me know if this is correct, if so, you can close this issue ;)

Sn00z3r commented 6 years ago

I have tested this using a MSSQL user (NT SERVICE) and it works like a charm, you can close this remark!

breenmachine commented 6 years ago

If you're running from the command prompt, you just need to make sure that you have the right privilege with "whoami /priv".

Sn00z3r commented 6 years ago

Yep, my apologies, didn't have much sleep and it shows :p

breenmachine commented 6 years ago

No problem!