Facebook-Pin-Cracker

logo

FacebookCracker

DISCLAIMER: This program is intended solely for educational and entertainment purposes. The developer is not responsible for any illegal or unauthorized use of this program.

Overview

FacebookCracker is a Python script that demonstrates the process of interacting with Facebook’s password recovery page using Selenium. The script attempts to generate and submit potential 6-digit recovery codes based on all permutations of given number sequences.

NOTE: This script is purely for educational purposes. Unauthorized use of this tool against any account or system without permission is illegal and unethical.

Features

Requirements

Installation

  1. Install Python 3.x: If you haven’t already installed Python, download and install it from python.org.

  2. Install the required Python packages:
    pip install selenium beautifulsoup4
    
  3. Download Geckodriver: Geckodriver is required for Selenium to interact with Firefox. Download it from the Mozilla GitHub page and ensure it is in your system’s PATH.

Usage

  1. Clone this repository or download the script directly.

  2. Run the script:
    python facebook_cracker.py
    
  3. The script will open a Firefox browser window and attempt to interact with the Facebook recovery page.

This tool is intended for use in educational contexts and in environments where you have explicit permission to test and explore. Misuse of this tool may result in criminal charges brought against the persons in question. The author will not be held responsible for any damage caused by the use of this tool.

License

This project is licensed under the MIT License. See the LICENSE file for more details. ```

This README.md file provides a clear overview of what the script does, its requirements, how to install and run it, and a strong legal disclaimer to emphasize the ethical considerations of using the tool.