Skip to content

H. Usage Guide

Joshua M Clatney edited this page Dec 14, 2024 · 5 revisions
  1. Run the Script:

clatscracker(x.x).py

  1. Legal & Ethical Disclaimer: A warning message reminds users to adhere to ethical and legal standards.

  2. Resource Selection (Threads):

Choose Low, Medium, High, or Custom thread counts. More threads can speed up cracking, but require more system resources.

  1. Main Menu:
  • Enter 1 to start cracking a password hash.

  • Enter 2 to exit.

  1. Select Algorithm & Enter Hash:

Type the algorithm’s name (e.g., sha256) and then paste the hash to be cracked. The script validates the hash’s format.

  1. Choose Cracking Method:
  • Dictionary-based: Specify dictionary files, and the tool tries each password.

  • Brute force: Provide a password length, and the tool tries all character combinations.

  1. Progress & Results:

The script displays progress and, if successful, reveals the cracked password. If not, it reports no match was found.

Clone this wiki locally