m-primo / Facebook-Brute-Force

Facebook Login Brute Force Simple Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook-Brute-Force

This script will do login brute force in Facebook with a list of passwords.

Features

  1. Easy to use.
  2. Easy code.
  3. Colored Texts.
  4. Using the fastest host in Facebook.
  5. Cookies and headers will change every 2 attempts.
  6. A random proxy every attempt.

Screenshots

Installation

First, you'll need to have:

  1. Python 3
  2. pip

Once that's all set up:

  1. Clone this repository git clone https://github.com/m-primo/Facebook-Brute-Force.
  2. Go to the cloned directory cd Facebook-Brute-Force.
  3. Install the requirements pip install -r primo-pip-reqs.txt.

Run

  • Using arguments:
python app.py -u <USERNAME/ID/EMAIL/PHONE> -p <PASSWORD_LIST_FILENAME>
  • To use a single password:
python app.py -u <USERNAME/ID/EMAIL/PHONE> -sp <PASSWORD>
  • All arguments
python app.py -u <USERNAME/ID/EMAIL/PHONE> -p <PASSWORD_LIST_FILENAME> -l <LOG_FILE_NAME> --use-proxy

-> the -l (log) argument and --use-proxy are optional.

  • To get the help message:
python app.py -h
  • Or you can just run the app and it'll ask you with the inputs (proxies disabled by default in this method, unless of course if you type --use-proxy):
python app.py
  • To use the proxies (a random proxy from the proxies file proxies.txt):
--use-proxy

Contributing

  1. Fork this repository.
  2. Clone your repository, replace [your_repo] with your repositiory URL.
git clone [your_repo]
  1. Make & commit your changes, replace [message] with your commit message.
git commit -m "[message]"
  1. Push it.
git push
  1. Create a new pull request in this repository.

Disclaimer

THIS REPOSITORY AND EVERY SCRIPT INCLUDED IN IT IS FOR EDUCATIONAL, TESTING, AND RESEARCH PURPOSES ONLY. THE OWNER NOR ANY CONTRIBUTOR IS NOT RESPONSIBLE FOR YOUR ACTIONS.

License

WTFPL License

About

Facebook Login Brute Force Simple Script

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%