gracias amigos tambien consegui este que esta muy bueno
#!/usr/bin/env python
import sys , md5 , string , time
def timer():
now = time.localtime(time.time())
return time.asctime(now)
def crackhash():
hashh = '6cfb255ee2a696d56bc54559b10cbea3'
try:
for i40 in ('1','2','3','4','5','6','7','8','9'):
for i41 in ('1','2','3','4','5','6','7','8','9'):
for i42 in ('1','2','3','4','5','6','7','8','9'):
for i43 in ('1','2','3','4','5','6','7','8','9'):
word = '' ; value = ''
word = i40 + i41 + i42 + i43
hash = md5.new()
hash.update(str(word))
value = hash.hexdigest()
print i40 + i41 + i42 + i43 + " : " + str(value)
if str(hashh) == str(value):
raise Exception
for i50 in ('1','2','3','4','5','6','7','8','9'):
for i51 in ('1','2','3','4','5','6','7','8','9'):
for i52 in ('1','2','3','4','5','6','7','8','9'):
for i53 in ('1','2','3','4','5','6','7','8','9'):
for i54 in ('1','2','3','4','5','6','7','8','9'):
word = '' ; value = ''
word = i50 + i51 + i52 + i53 + i54
hash = md5.new()
hash.update(str(word))
value = hash.hexdigest()
print i50 + i51 + i52 + i53 + i54 + " : " + str(value)
if str(hashh) == str(value):
raise Exception
for i60 in ('1','2','3','4','5','6','7','8','9'):
for i61 in ('1','2','3','4','5','6','7','8','9'):
for i62 in ('1','2','3','4','5','6','7','8','9'):
for i63 in ('1','2','3','4','5','6','7','8','9'):
for i64 in ('1','2','3','4','5','6','7','8','9'):
for i65 in ('1','2','3','4','5','6','7','8','9'):
word = '' ; value = ''
word = i60 + i61 + i62 + i63 + i64 + i65
hash = md5.new()
hash.update(str(word))
value = hash.hexdigest()
print i60 + i61 + i62 + i63 + i64 + i65 + " : " + str(value)
if str(hashh) == str(value):
raise Exception
for i70 in ('1','2','3','4','5','6','7','8','9'):
for i71 in ('1','2','3','4','5','6','7','8','9'):
for i72 in ('1','2','3','4','5','6','7','8','9'):
for i73 in ('1','2','3','4','5','6','7','8','9'):
for i74 in ('1','2','3','4','5','6','7','8','9'):
for i75 in ('1','2','3','4','5','6','7','8','9'):
for i76 in ('1','2','3','4','5','6','7','8','9'):
word = '' ; value = ''
word = i70 + i71 + i72 + i73 + i74 + i75 + i76
hash = md5.new()
hash.update(str(word))
value = hash.hexdigest()
print i70 + i71 + i72 + i73 + i74 + i75 + i76 + " : " + str(value)
if str(hashh) == str(value):
raise Exception
for i80 in ('1','2','3','4','5','6','7','8','9'):
for i81 in ('1','2','3','4','5','6','7','8','9'):
for i82 in ('1','2','3','4','5','6','7','8','9'):
for i83 in ('1','2','3','4','5','6','7','8','9'):
for i84 in ('1','2','3','4','5','6','7','8','9'):
for i85 in ('1','2','3','4','5','6','7','8','9'):
for i86 in ('1','2','3','4','5','6','7','8','9'):
for i87 in ('1','2','3','4','5','6','7','8','9'):
word = '' ; value = ''
word = i80 + i81 + i82 + i83 + i84 + i85 + i86 + i87
hash = md5.new()
hash.update(str(word))
value = hash.hexdigest()
print i80 + i81 + i82 + i83 + i84 + i85 + i86 + i87 + " : " + str(value)
if str(hashh) == str(value):
raise Exception
except(Exception):
print '****Cracked' + 36 * '*'
print '[=] Hash :', hashh
print '[=] Hash Attack :', value
print '[=] Value :', str(word)
print '[=] Time :', timer()
sys.exit(1)
except(KeyboardInterrupt):
print '[-] Process Ended ',timer()
sys.exit(1)
crackhash()