EvilZone

Programming and Scripting => Scripting Languages => : jeremy78 October 20, 2012, 09:59:32 PM

: Which python version should I use
: jeremy78 October 20, 2012, 09:59:32 PM
I'm planning on making a backdoor in python but i don't know if I should use python 2.7.3 or 3.3. So can you guys help me decide. Thanks.

EDIT: I know python 2.7 and 3.3
: Re: Which one should i use
: Kulverstukas October 20, 2012, 10:11:28 PM
Go for 2.7. It's mostly supported.
But why python for a backdoor? doesn't look very practical.
: Re: Which one should i use
: flowjob October 20, 2012, 10:13:28 PM
I recommend using 2.x,as there are lots of 3rd party modules not supporting 3.x yet, and there are much more tutorials and people knowing 2.x than 3.x ...

BTW,choose a better topic title next time,this one doesn't make clear what it is about...
: Re: Which one should i use
: jeremy78 October 20, 2012, 10:16:36 PM
Go for 2.7. It's mostly supported.
But why python for a backdoor? doesn't look very practical.
Im doing it for practice