Skip to content

Commit d8d0bd1

Browse files
author
mohamed larit
authored
Update cracker.py
1 parent 28aa474 commit d8d0bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cracker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def hashing(word, algorithm):
3232
3333
#Example:
3434
35-
python cracker.py -w 7052cad6b415f4272c1986aa9a50a7c3 -t md5 -f wordlist.txt
35+
python cracker.py -w 7052cad6b415f4272c1986aa9a50a7c3 -t md5 -f wordlist.txt
3636
""")
3737
parser.add_option("-w",dest="ha_sh",type="string",help="enter hash string")
3838
parser.add_option("-t",dest="ty_pe",type="string",help="enter type the hash")
@@ -57,4 +57,4 @@ def hashing(word, algorithm):
5757
else:
5858
continue
5959

60-
print("\n\thash not found :(\n")
60+
print("\n\thash not found :(\n")

0 commit comments

Comments
 (0)