Skip to main content

How to protect Facebook account from being hacked?

Hacking of Facebook Account

1. Its very easy to hack a Facebook account, If you are ignorant about the page URL. Many pishers around the Web create a page which will exactly look like the Facebook login page. If you login using that page, Your account will be for sure hacked. So always check the URL of the page before logging in.

2. Visiting Links which are shared by your Friends. This would be also a cause of Hacking of Facebook account. So, Double check when you are visiting a link shared by your friends. If you think its a good clean link, then proceed.

3. Do you think, Your Facebook account is being accessed by anyone? Get Notified when your Facebook account is logged in from a different place.
How to do this?
1. Login to your Facebook account, Click on Account and navigate to Account Settings.
2. Under Account Security, Check Send me an email, If a new computer or mobile device logs into this account. You can also Check Send me a text message, If you have added a mobile device.

 
4. Avoid using Spam Applications. Don’t try to use an application which you don’t know or seen some of your friends using. To View/Edit applications which you are using, Go to Applications Settings page.

5. Always use a complex and very strong Password. A combination of Alphabets, Numbers and Special Characters is an unbeatable or unguessable password. Avoid using your Name, Girl Friends name, Your Mobile number etc., in your password as these are easily guessable.

6. Don’t accept requests from the people you don’t know. Avoid adding people you don’t know to your friends list. If he/she is a Mutual Friend then you can add.

7. Regularly scan your Computer with some Anti-Spyware or Anti-Malware tools.

Thus these are the 7 Basic as well as Best possible ways for preventing and stopping the Hacking of Facebook Account.

Comments

Popular posts from this blog

Reasons not to buy Akaso action camera if you are from india

Recently I made a full review of the action camera I brought after doing a ton of research and time. Having used it for a couple of months I feel extremely glad that it meets up to my expectations. But recently, I accidentally tipped off the camera without an external case and it cracked my lens. This, in turn, added a shady spot on my phone or video and I cannot use that anymore (Some phones of the cracked lens below)     I immediately mailed the akaso team to ask if there is anything they could do but unfortunately, this was their response. Oops, that was not what I was expecting and then I asked them I could get any details of the replacement parts or anything like that so that I can order it online. But that didn't happen it took a lot of time for them to respond me back(I have been bugging them on Facebook and email).  But after some time they left me with this response which I had no other choice but to accept. After getting the 50%re...

Facebook Whitehat

Have you ever wondered that Facebook provides you some test accounts in case if you are trying to find some bugs are attempting to attacks on some personal accounts. So its quiet interesting, lets take a look at them now just login to your Facebook account.. and then go to this link.. Facebook whitehat Then you may find out 4 sections in the page 1-Info            This basically provides you all the security related issues for Facebook and even provides you the opportunity to report the posts that are against the terms and conditions and violating the security issues.. Here are some links that might be important.. In case of any hacked accounts :  Hacking reports Abuse reports :  Report abuse 2-Thanks                The names are those who reported Facebook some bugs and helped Facebook for making their security issues more strong 3-Report a Security vulnerability     ...

Extjs - basics on file-system

Hope you created your first project with command prompt and knew some basics of where the application starts loading files and makes up the complete interface and functionalities. if not I recommend you to start from the initial step and come back here. So when you start your project on a desktop it will check for the main file in the classic folder and shows it to the user.   classic > src > view > main > Main.js Now let's start with this Main.js file and understand better about the project. This main file basically has some extended components  Ext.tab.Panel which extends the main page view to have a tab panel view in it. requires has all the other components that are being used in this page as components. Header of the side tab has all the properties such as layout that defines what should be the layout for the header which is aligned to stretchmax, and the title which is being binded which a data feild named name where the name is from ...