#test checkPWD #haind import PwdDictAtk #print "Thuc hien check file ZIP:" #PwdDictAtk.checkZip(raw_input('Hay nhap file can giai nen: '), raw_input('Hay nhap file Dictionary: ')) print "PwdDictAtk" print "" PwdDictAtk.readPWD(raw_input('Hay nhap file can giai nen: '), raw_input('Hay nhap file Dictionary: '))
#test checkPWD #haind import PwdDictAtk print "Thuc hien check file ZIP:" PwdDictAtk.checkZip('lab.skype.pythonclass.zip','dictionaryAttk.haind') print "Doc file Dictionary PWD" PwdDictAtk.readPWD('lab.skype.pythonclass.zip','dictionaryAttk.haind')