首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何破解用密码保护的拉链的密码?

如何破解用密码保护的拉链的密码?
EN

Ask Ubuntu用户
提问于 2018-02-06 11:14:48
回答 1查看 19.7K关注 0票数 7

我安装了fcrackzipfcrackzip的帮助页面说

代码语言:javascript
复制
$ fcrackzip --h

fcrackzip version 1.0, a fast/free zip password cracker
written by Marc Lehmann <pcg@goof.com> You can find more info on*emphasized text*
http://www.goof.com/pcg/marc/

USAGE: fcrackzip
          [-b|--brute-force]            use brute force algorithm
          [-D|--dictionary]             use a dictionary
          [-B|--benchmark]              execute a small benchmark
          [-c|--charset characterset]   use characters from charset
          [-h|--help]                   show this message
          [--version]                   show the version of this program
          [-V|--validate]               sanity-check the algortihm
          [-v|--verbose]                be more verbose
          [-p|--init-password string]   use string as initial password/file
          [-l|--length min-max]         check password with length min to max
          [-u|--use-unzip]              use unzip to weed out wrong passwords
          [-m|--method num]             use method number "num" (see below)
          [-2|--modulo r/m]             only calculcate 1/m of the password
          file...                    the zipfiles to crack

methods compiled in (* = default):

 0: cpmask
 1: zip1
*2: zip2, USE_MULT_TAB

如何破解使用fcrackzip或任何其他可用工具使用密码保护的any文件?

EN

回答 1

Ask Ubuntu用户

发布于 2020-05-04 20:38:07

有几种方法可以做到这一点。

  1. fcrackzip:要强制执行,可以使用fcrackzip -u -b -v file.zip -u标志清除不正确的密码,-b用于强制执行,-l用于指定密码长度,例如:4-8。您可以使用带有-D-p标志的密码列表,如: fcrackzip -u -b -D -p /home/Desktop/passlistword.txt file.zip
  2. RarCrack rarcrack zip/7z/rar file.zip我喜欢它,因为它节省了破解进程到一个名为yourfilename.zip.xml的文件,并且当您下次使用它时,它会恢复到您停止的位置。
  3. 开膛手约翰:首先使用zip2john file.zip > whateveryouwanttocallit.txt生成散列,或者根据文件使用rar2john,然后: John -format=zip whateveryoucallit.txt或--format=rar。所有这些都可能需要一段时间,这取决于密码的长度和字符,但您可以这样做。如果没有安装这些工具中的任何一个,请用sudo apt-get install rarcrack/john/fcrackzip安装它们,如果还不够的话,您可以下载一个快速的Windows压缩破解器,比如Passper for Zip,并使用葡萄酒运行它。
票数 9
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1003523

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档