Skip to content

Facebook Brute Force Tool is an educational Python script that demonstrates brute force attacks on Facebook accounts. It helps users understand the importance of strong passwords by attempting logins with a list of potential passwords. This tool is intended for educational purposes only, and misuse is strictly discouraged.

Notifications You must be signed in to change notification settings

Ahmed-Massoud/Facebook-bruteforce-attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Facebook Brute Force Tool

Introduction

This tool is intended for educational purposes to demonstrate brute force attacks on Facebook accounts. It is designed to help users understand the risks associated with weak passwords and the importance of strong security measures.

Disclaimer: This tool is intended for educational purposes only. The author is not responsible for any illegal use of this tool.

Prerequisites

Before using this tool, make sure you have the following installed on your system:

  • Python 3.x
  • mechanize library

Installation

  1. Clone the repository:

    git clone https://github.com/Ahmed-Massoud/Facebook-bruteforce-attack.git
    cd Facebook-bruteforce-attack
  2. Install the required Python library:

    pip install mechanize

Usage

  1. Run the script:

    python massoud.py
  2. Follow the on-screen instructions:

    • Enter the target Facebook account's email or phone number.
    • Provide the path to the password file containing a list of potential passwords.

    Example of the password file format:

    password123
    qwerty
    letmein
    123456
  3. The tool will attempt to log in to the Facebook account using each password from the provided file.

Important Notes

  • Ensure you have permission to perform brute force attacks on the target account.
  • Use this tool responsibly and only for educational or authorized security testing purposes.

Disclaimer

This tool is intended for educational purposes only. The author is not responsible for any illegal use of this tool. By using this tool, you agree to use it responsibly and ethically.

Passwords File

I have provided a passwords.txt file that contains a list of the most common passwords. This file can be used to test the brute force attack functionality of the tool. Make sure to use it responsibly and only for educational or authorized security testing purposes.

About

Facebook Brute Force Tool is an educational Python script that demonstrates brute force attacks on Facebook accounts. It helps users understand the importance of strong passwords by attempting logins with a list of potential passwords. This tool is intended for educational purposes only, and misuse is strictly discouraged.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages