README 844 B

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