EvilZone
Programming and Scripting => Scripting Languages => : pyte June 06, 2013, 01:43:10 PM
-
Hello Guys,
I'm researching a very tight topic (at least for me) Namely:
Root access with python (also administrative privileges on windows)
yeah , i know it might sound stupid but any suggestions on a good read or an example will be of great help.
Regards,
pyte.
-
Well, I suppose the first things you should take a look at, since you're so bent on using Python for this, are the _winreg (registry editor) module and the third-party pywin32 API.
-
Well, I suppose the first things you should take a look at, since you're so bent on using Python for this, are the _winreg (registry editor) module and the third-party pywin32 API.
Good idea there. found a book on black hat python scripting which hinted the same.
ill be on the topic in two days time. This is interesting than i thought!