Skip to content

janleigh/facecrack

Repository files navigation

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.

Releases

No releases published

Packages

No packages published