墙裂推荐(zip破解软件下载 安卓手机)zip解压软件安卓版,ZIP完美解密解压缩和暴力破解最佳实现,

前两天才刚写了两个ZIP轻松身份验证填充的python应用软件系统(ailx10:python给配置文档和文档展开zip身份验证填充),只不过我找那个计划花了一点儿天数的,即使网路上有关ZIP身份验证填充的绝大部分都是抹除有关的,因此我那时也来输入两个ZIP轻松NSA填充的python应用软件系统,或许称作轻松计划,即使和它身份验证填充是那样的,只须要修正两个模块,就同时实现了NSA,假如我再给NSA加两个结论推论,接着再加几层循环式,是破天荒的ZIPNSA抹除计划了~

ailx10
1364 次展开咨询
4.9
信息安全杰出提问者
信息安全硕士学位
去展开咨询

专业术语太少说,间接天明冲,追加2个表达式,抹除的应用软件系统就出了,因此难题来了,有整套的抹除辅助工具(ailx10:ZIP身份验证文档补齐:john概要),为何要他们造车轮呢?

结论推论表达式:getResultisOk抹除表达式:my_brute_force
文档和配置文档内部结构
# -*- coding: utf-8 -*- # @Time : 2022/10/23 9:31 # @Author : ailx10 # @FileName: 7zip.py import os import time import subprocess def my7zip(): appPath=r“C:\Program Files\7-Zip” zApp=“7z.exe” zAction=a zPass=-pailx10 zAnswer=-y zDir=[r“E:\tmp\我的配置文档”] zDir2=[r“E:\tmp\我的文档.docx”] zipFileName = “身份验证文档和配置文档_{}.zip”.format(time.strftime(“%Y%m%d,time.localtime())) progDir=os.path.join(appPath,zApp) cmd = [zApp, zAction, zipFileName, zPass, zAnswer, zDir,zDir2] res = subprocess.Popen(cmd, executable=progDir, stderr=subprocess.STDOUT, stdout=subprocess.PIPE) res.wait() result = res.stdout.read() print(result) def myun7zip(): appPath=r“C:\Program Files\7-Zip” zApp=“7z.exe” zAction=x zPass=-pailx10 zAnswer=-y zipFileName = “身份验证文档和配置文档_{}.zip”.format(time.strftime(“%Y%m%d,time.localtime())) progDir=os.path.join(appPath,zApp) zOutput=“-o./” # Cogl到当前配置文档 zmode=“-aoa” # 间接覆盖旧的文档 cmd = [zApp, zAction, zipFileName, zPass, zAnswer, zOutput,zmode] res = subprocess.Popen(cmd, executable=progDir, stderr=subprocess.STDOUT, stdout=subprocess.PIPE) res.wait() result = res.stdout.read() print(result) def my_brute_force(): appPath = r“C:\Program Files\7-Zip” zApp = “7z.exe” zAction = x zAnswer = -y zipFileName = “身份验证文档和配置文档_{}.zip”.format(time.strftime(“%Y%m%d, time.localtime())) progDir = os.path.join(appPath, zApp) zOutput = “-o./” zmode = “-aoa” password = [“ailx10”] # 密码字典 for zPass in password: zPass = “-p{}”.format(zPass) cmd = [zApp, zAction, zipFileName, zPass, zAnswer, zOutput, zmode] res = subprocess.Popen(cmd, executable=progDir, stderr=subprocess.STDOUT, stdout=subprocess.PIPE) res.wait() result = res.stdout.read() if(getResultisOk(result) == True): print(“找到密码:{}”.format(zPass)) def getResultisOk(result): print(type(result)) match = re.search(“Errors”,str(result)) if match: return False else: return True if __name__ == “__main__”: my7zip() myun7zip() my_brute_force()

本篇完,撒花~