Re: [Tutor] python port scanner

2007-06-27 Thread max .
thanks evryone for your help am starting on the project :) On 6/25/07, János Juhász <[EMAIL PROTECTED]> wrote: Dear dos, >>hello i am looking into writing a simple python port scanner but i cant find >>any good tutorials online if anyone can help or knows of any tutorials that >>could help it

Re: [Tutor] python port scanner

2007-06-25 Thread János Juhász
Dear dos, >>hello i am looking into writing a simple python port scanner but i cant find >>any good tutorials online if anyone can help or knows of any tutorials that >>could help it would be great. this would be my first program like this so i >>might need a little extra help I just recommend

Re: [Tutor] python port scanner

2007-06-25 Thread Andreas Kostyrka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, take a look at the socket module and nonblocking mode. But truly, it's not a good "first" program, not for Python, not for C. Andreas max . wrote: > hello i am looking into writing a simple python port scanner but i cant > find > any good tuto

Re: [Tutor] python port scanner

2007-06-24 Thread Alan Gauld
"max ." <[EMAIL PROTECTED]> wrote > hello i am looking into writing a simple python port scanner but i > cant find > any good tutorials online if anyone can help or knows of any > tutorials that > could help it would be great. Well you could start with my network programming topic in my tutor.

[Tutor] python port scanner

2007-06-24 Thread max .
hello i am looking into writing a simple python port scanner but i cant find any good tutorials online if anyone can help or knows of any tutorials that could help it would be great. this would be my first program like this so i might need a little extra help thanks _