Author Topic: Python Assistance  (Read 1016 times)

0 Members and 1 Guest are viewing this topic.

Offline pyte

  • Peasant
  • *
  • Posts: 79
  • Cookies: -7
    • View Profile
Python Assistance
« on: 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.
If you don't go into the tiger's cave, how will you get the cub?

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: Python Assistance
« Reply #1 on: June 06, 2013, 04:48:34 pm »
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.
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet

Offline pyte

  • Peasant
  • *
  • Posts: 79
  • Cookies: -7
    • View Profile
Re: Python Assistance
« Reply #2 on: June 07, 2013, 08:12:10 am »

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!
If you don't go into the tiger's cave, how will you get the cub?