graysuit / facebrute

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.

Home Page:https://github.com/graysuit/facebrute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No more working 2019-March-30

It's no more effective as it is based on tor proxies. Tor proxies are used all over the world for different purposes. I used here for bruteforcing fb, But now tor proxies heavily loaded and so are often blocked by FB. Thanks for your love...

Facebrute

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.

Features

  • 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)

Requirements

Install using script

chmod +x install.sh
sudo bash install.sh

Install using terminal

sudo apt-get update -y && sudo apt-get install python3 python3-pip -y 
sudo pip3 install requests bs4 tor re2 random2 stem

Usage

git clone https://github.com/graysuit/facebrute.git
cd facebrute
chmod +x fb.py
service tor start
sudo python3 fb.py

Legal Disclaimer

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.?

I Love ALLAH + Holy Prophet + Islam and Pakistan.

About

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.

https://github.com/graysuit/facebrute

License:GNU General Public License v3.0


Languages

Language:Python 97.4%Language:Shell 2.6%