Login Register






need a guide for class/objects filter_list
Author
Message
need a guide for class/objects #1
also,i would like to know what can i do whit python,i mean,
we all know you can crawl for SQL and shiz...
but what are the options?is the imagination the limit?
i saw some one make a network scanner..what dose it do?
what apps can i make whit this ? Smile
ty

psConfusedorry for english,
p.s.s:this post was edited becuse no one answerd.

Reply

RE: need a guide for class/objects #2
Here's a good e-book for creating python scripts geared towards hacking. Have a look through the book to see what kind of things it can be used for.

Download here.

Reply

RE: need a guide for class/objects #3
Here's a good e-book for creating python scripts geared towards hacking. Have a look through the book to see what kind of things it can be used for.

Download here.

Reply

RE: need a guide for class/objects #4
You can create pretty much any application you can think of using Python, due to the enormous amount of external modules available. Learn Python the Hard Way has sections on classes and objects (object-oriented programming).

Reply

RE: need a guide for class/objects #5
You can create pretty much any application you can think of using Python, due to the enormous amount of external modules available. Learn Python the Hard Way has sections on classes and objects (object-oriented programming).

Reply

RE: need a guide for class/objects #6
try codecademy.com. you will find lessons and projects. is very good.

Reply