diff --git a/README.md b/README.md index 89b50df..9d8e2c1 100644 --- a/README.md +++ b/README.md @@ -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 :)! diff --git a/cth.py b/cth.py index b900fd1..c6b1010 100644 --- a/cth.py +++ b/cth.py @@ -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 [OPTIONS] -T -w ", 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 be1807v@pm.me") parser.add_argument("-H", "-hash", metavar="hash", default="", help="Your hash that you want to crack")