• Home
  • History
  • Annotate
  • only in /external/webkit/Tools/mangleme/
NameDateSize

..14-Feb-20134 KiB

LICENSE14-Feb-201325.8 KiB

Makefile14-Feb-2013408

mangle.cgi.c14-Feb-20132.8 KiB

README14-Feb-2013844

remangle.cgi.c14-Feb-20132.7 KiB

tags.h14-Feb-20134.4 KiB

README

1
2  HTML manglizer
3  --------------
4
5  Copyright (C) 2004 by Michal Zalewski <lcamtuf@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