Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xblackbird committed Nov 4, 2020
1 parent 3cbd94a commit 28f2f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Crack The Hash
Ultra fast hashcracking tool written in Python3

# Update [v2.5]
- Fixed a little issue
# Update [v2.5.2]
- Moved the update location and fixed a little issue

# Description
A powerfull hash cracker that is written in python3! The cracker currently supports only a limited amount of hash types (more hash types will eventually follow!). The cracking speed depends on your hardware or on the wordlist, you can choose. I hope you enjoy it! Feedback on the tool is appreciated! Also, feel free to contribute and make a pull request! That's why I choosed for Open Source :)!
Expand Down
2 changes: 1 addition & 1 deletion cth.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import sys
import os

version = "2.5"
version = "2.5.2"

parser = argparse.ArgumentParser(prog="cth.py", usage="./%(prog)s -H <HASH> [OPTIONS] -T <NUM> -w <WORDLIST>", description="Ultra fast hashcracking tool written in Python3", epilog="Thank you for using this tool! Please take a moment and give some feedback on the tool: @BE1807V or [email protected]")
parser.add_argument("-H", "-hash", metavar="hash", default="", help="Your hash that you want to crack")
Expand Down

0 comments on commit 28f2f13

Please sign in to comment.