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
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 |
This project is intended for academic and research purposes only. The use of this tool for any unlawful activity is strictly prohibited.
This project is licensed under the MIT license.