Facebrute is an advance facebook bruteforce script made in python language. Just provide username & wordlist and this script is going to try all passwords with returning responses as well. It uses python-requests with tor stem controller that changes its Public IP on every attempt as facebook block IP that try 20 attempts at once. Make sure to use Wgen for effective wordlist generation.
- Anonymous bruteforce through TOR
- Display public IP while bruteforce
- Detect IP blockage by facebook and ask for time to wait for in minutes
- Passwords that were used while IP was blocked will be save in left_password.txt
- Display first 10 characters of response and save complete response in response.txt
- Changes user-agent on every attempt
- Removes duplicate words and words under 6 digits from wordlist
- Compitable for every linux.(Tested on kali 32 bit)
chmod +x install.sh
sudo bash install.sh
sudo apt-get update -y && sudo apt-get install python3 python3-pip -y
sudo pip3 install requests bs4 tor re2 random2 stem
git clone https://github.com/graysuit/facebrute.git
cd facebrute
chmod +x fb.py
service tor start
sudo python3 fb.py
Bruteforcing is going to never harm anyone nor it benefits script kiddies. Instead, they expose the website's mistakes and give developers a golden opportunity to make websites more secure. What if we use this knowledge secretly? Why we public this knowledge?
We publicized this knowledge to make developers acknowledged of their vulnerabilities + to make new programmers more clever.?
Don't use this source code for illegal purposes. But if you do, this will on to you, I will not/never take any responsibility for your crime.?
- Facebook: gray.programmerz.5
- Email: hackrefisher@gmail.com
- Website: tiplava