add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,17 +1,17 @@
# zip2john
> Zip 压缩文件中提取密码哈希,供 John the Ripper 密码破解程序使用。
> 这是一个通常作为 John the Ripper 安装的一部分安装的实用工具
> 更多信息:<https://www.openwall.com/john/>.
> 从Zip档案中提取密码哈希,供John the Ripper密码破解工具使用。
> 这是一个实用工具,通常作为John the Ripper安装的一部分进行安装。
> 更多信息:<https://www.openwall.com/john/>
-一个压缩文件中提取密码哈希,列出压缩文件中的所有文件:
-档案中提取密码哈希,列出档案中的所有文件:
`zip2john {{路径/到/文件.zip}}`
`zip2john {{path/to/file.zip}}`
- 仅使用特定压缩文件提取密码哈希:
- 仅使用特定压缩文件提取密码哈希:
`zip2john -o {{路径/到/压缩_文件}} {{路径/到/文件.zip}}`
`zip2john -o {{path/to/compressed_file}} {{path/to/file.zip}}`
- 从压缩文件提取密码哈希到一个特定文件(供 John the Ripper 使用):
- 从压缩文件提取密码哈希到特定文件供John the Ripper使用
`zip2john -o {{路径/到/压缩_文件}} {{路径/到/文件.zip}} > {{文件.hash}}`
`zip2john -o {{path/to/compressed_file}} {{path/to/file.zip}} > {{file.hash}}`