/CanItBrute

A cybersecurity tool to show how vulnerable your passwords can be, using the classic brute-force algorithm.

Primary LanguagePython

CanItBrute

A cybersecurity tool to show how vulnerable your passwords can be, using the classic brute-force algorithm.

Setup

  1. Be sure you have Python, (3.8 recommended). This project does not support Python 2

  2. Clone this repository via your terminal

  3. Run the program by executing python3 CanItBrute.py

  4. Follow the instructions and enter the target password. (Note: The program will take sometime to crack longer passwords.)