readloud / facecrack

A shitty TypeScript CLI tool for performing dictionary attacks on a Facebook account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facecrack


🔧 SETUP

You must have Node.js 18+ and Yarn installed in your system before proceeding.

# Install the dependencies.
$ yarn install

# Compile facecrack.
$ yarn build

# Run facecrack.
$ node ./bin/index.js -t <target> -w <path/to/wordlist>
# Run facecrack with 2000ms delay.
$ node ./bin/index.js -t <target> -w <path/to/wordlist> -d 2000
# Run facecrack with a custom Chrome/Chromium executable.
$ node ./bin/index.js -t <target> -w <path/to/wordlist> --exec /usr/sbin/google-chrome-stable

💸 TIP JAR

If you enjoyed it and would like to show your appreciation, you may want to tip me here.

It is never required but always appreciated. Thanks from the bottom of my heart!

Donate With Address
Ko-fi Click Here

⚠️ DISCLAIMER

This project is intended for academic and research purposes only. The use of this tool for any unlawful activity is strictly prohibited.

📜 LICENSE

This project is licensed under the MIT license.

About

A shitty TypeScript CLI tool for performing dictionary attacks on a Facebook account.

License:MIT License


Languages

Language:Python 81.3%Language:JavaScript 9.5%Language:TypeScript 9.3%