SoUiLaHxXx_Dz

Crack Md5 Hash with list

Nov 22nd, 2013
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.61 KB | None | 0 0
  1. import os
  2.  
  3. def cleanColor() :
  4.  if os.name == 'nt':
  5.     os.system('cls')
  6.         os.system('color a')
  7.  else:
  8.     os.system('clear')
  9. cleanColor()
  10.  
  11. print '''
  12. [~]==================================================[~]
  13. [~]  By SoUiLaHxXx_Dz
  14. [~]  HoMe : sec4Ever.Com & dz-rOOt.Com  
  15. [~]==================================================[~]
  16. '''
  17.  
  18. b = raw_input("Enter Hash: ")
  19. a = open("hashlist.txt", "r")
  20. for pwd in a:
  21.   if b in pwd:
  22.     pwd = pwd.split(":")
  23.     print '\n'.strip()
  24.     print "CrackeD.."
  25.     print '\n'.strip()
  26.     print "pass : " + pwd[0]
  27.     print '\n'.strip()
  28.   else:
  29.     pass
  30. a.close()
Add Comment
Please, Sign In to add comment