En Sun, 11 Feb 2007 16:40:45 -0300, darren112 <[EMAIL PROTECTED]>  
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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to