Skip to content

Commit 1d8d862

Browse files
authored
v2.0 with major improvements
1 parent 6ee3d3f commit 1d8d862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hash.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def crack(hashvalue):
110110
return False
111111
else:
112112
print ('%s This hash is not supported.' % bad)
113+
quit()
113114

114115
if args.dir:
115116
os.system('grep -Pr "[a-f0-9]{64}|[a-f0-9]{40}|[a-f0-9]{32}" %s --exclude=\*.{png,jpg,jpeg,mp3,mp4,zip,gz} | grep -Po "[a-f0-9]{64}|[a-f0-9]{40}|[a-f0-9]{32}" >> %s.txt' % (args.dir, args.dir.split('/')[-1]))

0 commit comments

Comments
 (0)