摘要: # encoding: utf-8import zipfileimport optparsefrom threading import Thread 缩进问题:自己去调试吧def extractFile(zfile,password): try: zFile.extractall(pwd=passw 阅读全文
posted @ 2017-02-05 14:50 1+1=ing 阅读(354) 评论(0) 推荐(0) 编辑
摘要: def zipcrackl(start,end): a = time.time() zfile = zipfile.ZipFile('把要破解的zip文件放到当前文件路径下')#把要破解的zip的文件名替换ZipFile里面的参数 for i in range(start,end): try: zf 阅读全文
posted @ 2017-02-05 14:48 1+1=ing 阅读(1792) 评论(0) 推荐(0) 编辑