Skip to main content

Hack Facebook by Bruteforce attack using Termux

Hello Guys !
Today I am going to tell u how to hack facebook account by bruteforce attack.
Let's get started

At first u need Termux in you android
Dont know what is Termux
Watch this video : https://youtu.be/W6Xfu4otIMM

After installing termux
Follow these steps
U have to download facebook.py file from here : https://goo.gl/28p2sy
And put it on internal Sdcard
And execute below commands :
apt-get update
apt-get upgrade
pkg install python2
pkg install python

cd /sdcard/
cp facebook.py /$HOME
cd
chmod +x facebook.py
python2 facebook.py

And after running facebook.py file
Type ID
and locate wordlist file for bruteforce attack.
It starts hacking .
Need Video Tutorial Watch here : https://youtu.be/bDsrd6DPBS0
If any problem Comment down.

Comments

Popular posts from this blog

How to use Keyguard Manager (Kodular)

Kodular   has new update of Keyguard Manager and Many Components too here i am showing how to use Keyguard Manager . It is simple to use. Drag and Drop the Component Keyguard Manager from Utilities and When Screen Initialize Request Show Authentication Screen and See the below blocks Download AIA: https://bit.ly/2HgbLPw

Host Your Website with Your Android Device

Hello guys, Today here I am with interesting topic Im gonna tell you how tohost you website with your Android Device. You have to download a app Called Bit Server link : https://goo.gl/Ze6ya2 Click here to download . Download . And open it and turn on webserver. Then go to internal storage And go to www directory And paste there your website files index.html And restart your server And open app and click on LocalHost Then your Website is hosted freely with your android device. Send url to ur friends .

Install Metasploit Framework on Termux

Hello Guys ! Today I am showing how to install Metasploit Framework on Termux app follow below steps Install git apt-get install git Clone / Download this repository from your terminal git clone https://github.com/verluchie/termux-metasploit Get in directory cd termux-metasploit Give Access Permission for install.sh chmod 777 install.sh And Then Install it sh install.sh After installed run from your terminal msfconsole You are Done !! Enjoy !! 😊