This script will do login brute force in Facebook with a list of passwords.
- Easy to use.
- Easy code.
- Colored Texts.
- Using the fastest host in Facebook.
- Cookies and headers will change every 2 attempts.
- A random proxy every attempt.
First, you'll need to have:
Once that's all set up:
- Clone this repository
git clone https://github.com/m-primo/Facebook-Brute-Force
. - Go to the cloned directory
cd Facebook-Brute-Force
. - Install the requirements
pip install -r primo-pip-reqs.txt
.
- 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
- Fork this repository.
- Clone your repository, replace
[your_repo]
with your repositiory URL.
git clone [your_repo]
- Make & commit your changes, replace
[message]
with your commit message.
git commit -m "[message]"
- Push it.
git push
- Create a new pull request in this repository.
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.