Home | History | Annotate | only in /external/webkit/Tools/mangleme
Up to higher level directory
NameDateSize
LICENSE28-Mar-201225.8K
Makefile28-Mar-2012408
mangle.cgi.c28-Mar-20122.8K
README28-Mar-2012844
remangle.cgi.c28-Mar-20122.7K
tags.h28-Mar-20124.4K

README

      1 
      2   HTML manglizer
      3   --------------
      4 
      5   Copyright (C) 2004 by Michal Zalewski <lcamtuf (a] coredump.cx>
      6 
      7   A trivial utility to automatically check for HTML parsing flaws. Generates
      8   a basic set of badly mangled tags on request, with auto-refresh back to the 
      9   script, so that you can point a browser to it once, and let it run until
     10   it crashes.
     11 
     12   Put it in your cgi-bin directory or any other Apache folder with ExecCGI option
     13   enabled, then visit the URL http://<yourserver>/<cgidir>/mangleme.cgi.
     14 
     15   When the browser crashes, error-log should be examined for the last matching
     16   entry generated by mangle.cgi; extract the hexadecimal value, then invoke
     17   remangle.cgi?hex_value from the browser again. If it crashes, you've reproduced
     18   the problem, and can save the remangle.cgi page using wget or such.
     19 
     20   Check gallery/ for some samples.
     21