help please!!

Gabriel Genellina gagsl-py at yahoo.com.ar
Sun Feb 11 15:40:36 EST 2007


En Sun, 11 Feb 2007 16:40:45 -0300, darren112 <darren112uk at yahoo.co.uk>  
escribió:

> The program should support brute-forcing of the authentication process
> for a Telnet server via a dictionary attack.

You should first read the Python Tutorial. After you get proficient with  
the basic programming structures, reading and writing files, networking,  
then use the telnetlib module (included with the standard Python library)  
to write your program. Depending on your previous experience and daily  
time, that might take from a couple days to one or two months.

-- 
Gabriel Genellina




More information about the Python-list mailing list