政务微网站建设方案,企业网站如何去做优化,以个人名义做地方门户网站,wordpress 增加页面如何使用 fcrackzip 在 Mac 上破解带有密码的 ZIP 压缩文件? 用 markdown 格式输出答案。 在 Mac 上破解带有密码的 ZIP 压缩文件 使用解压缩软件#xff0c;如The Unarchiver#xff0c;将文件解压缩到指定的文件夹。 打开终端#xff0c;输入 zip -er zipfile 如The Unarchiver将文件解压缩到指定的文件夹。 打开终端输入 zip -er zipfile destination其中 zipfile 是您要破解的 ZIP 文件的路径destination 是解压缩后的文件夹的路径终端会提示您输入密码。 输入正确的密码即可成功破解 ZIP 压缩文件。 如果您无法猜出密码可以使用 fcrackzip 工具破解。在终端中输入 fcrackzip -u -D -p /usr/share/wordlists/rockyou.txt zipfile其中 zipfile 是您要破解的 ZIP 文件的路径即可找出 ZIP 压缩文件的密码。
mac 如何安装 fcrackzip ? 使用 Homebrew 安装在终端中输入 brew install fcrackzip回车即可安装 fcrackzip 。 从官网下载 .tar.gz 文件从 fcrackzip 官网下载 .tar.gz 文件在终端中输入 tar -xzvf filename其中 filename 是下载的 .tar.gz 文件的文件名即可解压缩。 编译安装在终端中输入 make即可编译 fcrackzip 。
fcrackzip 命令使用说明
在 Mac 上安装 fcrackzipbrew install fcrackzip使用 fcrackzip 破解密码fcrackzip -u -D -p password_dictionary_file zipped_file参数说明 -u使用明文字典即没有加密的字典文件 -D遍历字典文件中的所有可能的密码 -p指定要使用的字典文件 password_dictionary_file指定要使用的字典文件的路径 zipped_file指定要破解的压缩文件路径
在终端输入 fcrackzip -h 命令可以查看关于压缩时的详细参数如下 fcrackzip -hfcrackzip version 1.0, a fast/free zip password cracker
written by Marc Lehmann pcggoof.com You can find more info on
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 passwordfile... the zipfiles to crackmethods compiled in (* default):0: cpmask1: zip1
*2: zip2, USE_MULT_TAB