1
General discussion / Re: Give a cookie?
« on: July 15, 2013, 07:46:50 am »
I'm so generous il give everyone a cookie!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Personally I never liked ubuntu.
However in this case im very willing to make an exception.
As long as its linux based, man that would be great.
Thats an understatement, finally a useful device!
Yeah sure, everything that can be interpreted can be compiled. As long as the language is turing complete, you can compile it and make it run on any platform.According to what i have learnt, py2exe compiles python scripts completely . The compiling process should end with creating two folders (‘build’ and ‘dist’).
The problem is efficiency, stealth, and a low foot print - you don't get either by compiling python to PE or ELF.
I'm not too familiar with the workings of py2exe, does it include it's own interpreter or does it compile the python script to assembly?
I like your idea for learning purposes, but keep it like that. When you have written your application and have the general idea, go do it in C.
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.
Using python for crafting malicious Windows apps is not ideal as Windows does not have a python interpreter by default. If you already have the chance to install an interpreter, then you already have administrative rights.
If you are going to handle sensitive information, are you sure a completely open backdoor, developed by you with no experience in this matter, is the best way to go?
Basically what you want to craft is a rootkit, you should try out the "Designing BSD rootkits", I believe it's in the book section.
Go with python. It will be a lot easier to learn and and easier to code. Also sockets in python are extremely simple.
That's the gist of it.
Know your platform.