mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 22:51:14 -07:00
update string formating in usage()
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ hcatProcess = 0
|
||||
# Help
|
||||
def usage():
|
||||
print("usage: python hate_crack.py <hash_file> <hash_type>")
|
||||
print("\nThe <hash_type> is attained by running \"%s/%s --help\"\n" % (hcatPath, hcatBin))
|
||||
print("\nThe <hash_type> is attained by running \"{hcatBin} --help\"\n".format(hcatBin=hcatBin))
|
||||
print("Example Hashes: http://hashcat.net/wiki/doku.php?id=example_hashes\n")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user