xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 2.56KB
    文件類型: .py
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-30
  • 語言: Python
  • 標簽: python??ZIP??破解??密碼??IP??

資源簡介

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

評論

共有 條評論