facecrack icon indicating copy to clipboard operation
facecrack copied to clipboard

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

facecrack


:wrench: 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

:money_with_wings: 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

:warning: DISCLAIMER

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

:scroll: LICENSE

This project is licensed under the MIT license.