91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

python字典破解zip密碼

資源截圖

代碼片段和文件信息

import?sys
import?zipfile
import?rarfile
import?threading
import?datetime
import?os
import?subprocess
import?getopt

i?=?0
fileGet?=?““


class?MyThread(threading.Thread):
????def?__init__(self?func?args?name=‘‘):
????????threading.Thread.__init__(self)
????????self.name?=?name
????????self.func?=?func
????????self.args?=?args
????????self.result?=?self.func(*self.args)

????def?get_result(self):
????????try:
????????????return?self.result
????????except?Exception:
????????????return?None


def?extractFile(fileExtr?password?fileType):
????try:
????????encodestr?=?str.encode(password)
????????if?fileType?==?“zip“:
????????????fileExtr.extractall(pwd=str.encode(password))
????????else:
????????????fileExtr.extractall(pwd=password)
????????global?i
????????i?=?i?+?1
????????print(“search

評論

共有 條評論