thehassantahir / Faceboom

Faceboom is a brute force application built on python 2.7 later upgraded to 3.6 which enables the tester to enter the victims account by using their API, it uses various libraries like optparse, re and more.

Home Page:https://thehassantahir.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language issues codesize license forks stars twitter


Logo

A Social-Engineering Brute force application to hack facebook accounts!
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Upcoming
  5. Contributing
  6. License
  7. Contact

About The Project

Faceboom is a brute force application built on python 2.7 later upgraded to 3.6 which enables the tester to enter the victims account by using their API, it uses various libraries like optparse, re and more.

How does it work?

  • Faceboom is social engineering application, User can only hack the victims account if they are good in guessing and assuming other people trades and values.
  • It uses wordlist to perform a sucessful hack, all the way the user have to update the wordlist.txt file which is already provided to make a hack attempt.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

Getting Started

How to get this application run?

Prerequisites

  • For Linux installation
    cd faceboom
    chmod +x setup.sh
    ./setup.sh
    
  • For Windows installation

Usage

  1. This program does not requie any installation because of run-time.
  2. Clone the repo
    git clone https://github.com/thehassantahir/faceboom
  3. Get into the directory of the program
    cd faceboom
  4. Run your program
    python3 faceboom.py
  5. Check the PATH and WAY
    python3 faceboom.py -h

Upcoming

  1. Requirements.txt file {NEW FEATURE}
  2. .exe for Windows
  3. GUI for both env (Linux, Windows)

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Twitter - @thehassantahir

Website: https://thehassantahir.web.app

About

Faceboom is a brute force application built on python 2.7 later upgraded to 3.6 which enables the tester to enter the victims account by using their API, it uses various libraries like optparse, re and more.

https://thehassantahir.me

License:MIT License


Languages

Language:Python 98.1%Language:Shell 1.9%