Creating Windows Account using C++ -


i give basic rundown of situation first. work game server rental company falling victim exploit inside of major game engine (source). basically, developers left not 1 2 exploits inside code, 1 send/recieve files, , 1 lets clients run plugins. whats happening clients running plugins, uploading custom plugins servers, servers running them, , result creating remote desktop accounts these exploiters using access machines. (theres video on youtube of breaking 1 of our boxes lol)

i have spent day writing fix this, blocking sendfile() , recievefile() functions on server side, employer has asked while doing this, use exploit gain access box lost password to. have written of necessary code, except need able create temporary account these exploiters doing. code on creating windows account c++ appreciated. have been told there plenty of samples on google, apparently google skills not par.

you need use netuseradd server name null (local computer). there's nice c++ example illustrates on page.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -