FBrute
Facebook Bruteforce tool on python 🔐
Descripción
FBrute is a brute force tool to attack Facebook accounts. Use a password list to try and find the correct password for a specific Facebook account.
Requisitos
- Python3
- Módulos: mechanize, http.cookiejar
Instalación
git clone https://github.com/afsh4ck/FBrute.git
cd FBrute
pip3 install -r requirements.txt
python3 fbrute.py
Uso
Run the script and follow the instructions to enter the target's email and password file. The tool will start testing passwords automatically. You can interrupt the process at any time with Ctrl+C. You will be asked if you want to exit.
## Notes It is necessary to have the pass.txt file inside the script folder. You can edit the password file (pass.txt) to use your own password list. Make sure you use this tool ethically and legally. Misuse of this tool may have legal consequences.


No comments:
Post a Comment