On Wed, 2005-11-23 at 08:30 -0700, [EMAIL PROTECTED] wrote:
> Does anyone know of a brute force that will work on a serial interface like
> hyperterminal?

Look at expect... you should be able to throw something simple together
using a shell + expect script...

ie, connect and
expect "login:" 
send 1111 
expect Incorrect
send 1112
etc....
Log each attempt to a file, the last number in the file is the right
number ( +/- 1 depending on your logging and logic....).

Regards,
Adam

_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to