CiKu370 / hasher

Hash cracker with auto detect hash
GNU General Public License v3.0
238 stars 42 forks source link

sha1 not working #4

Open shariat1 opened 5 years ago

shariat1 commented 5 years ago

sha1 was not working so fix it.....this tool is very first...and nice...

ghost commented 4 years ago

If this is the issue: Traceback (most recent call last): File "hash.py", line 584, in hash() File "hash.py", line 319, in hash print (B+"["+W+"{}"+B+"]"+G+" password not found\n").format(date) NameError: global name 'date' is not defined Just go to line 319 and you can see the error date is not defined and change from format(date) to format(time) and it will work.