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,36 +1,36 @@
# hashcat
> 快速先进的密码恢复工具。
> 更多信息:<https://hashcat.net/wiki/doku.php?id=hashcat>.
> 快速先进的密码恢复工具。
> 更多信息请访问<https://hashcat.net/wiki/doku.php?id=hashcat>
- 使用默认的 hashcat 掩码行暴力破解攻击(模式 3
- 使用默认的 hashcat 掩码行暴力攻击(模式 3
`hashcat --hash-type {{哈希类型id}} --attack-mode {{3}} {{哈希值}}`
`hashcat --hash-type {{hash_type_id}} --attack-mode {{3}} {{hash_value}}`
- 使用已知的 4 位数字模式行暴力破解攻击(模式 3
- 使用已知的 4 位数字模式行暴力攻击(模式 3
`hashcat --hash-type {{哈希类型id}} --attack-mode {{3}} {{哈希值}} "{{?d?d?d?d}}"`
`hashcat --hash-type {{hash_type_id}} --attack-mode {{3}} {{hash_value}} "{{?d?d?d?d}}"`
- 使用最多 8 个可打印的 ASCII 字符行暴力破解攻击(模式 3
- 使用最多 8 个可打印的 ASCII 字符行暴力攻击(模式 3
`hashcat --hash-type {{哈希类型id}} --attack-mode {{3}} --increment {{哈希值}} "{{?a?a?a?a?a?a?a?a}}"`
`hashcat --hash-type {{hash_type_id}} --attack-mode {{3}} --increment {{hash_value}} "{{?a?a?a?a?a?a?a?a}}"`
- 使用 Kali Linux 系统中的 RockYou 字典行字典攻击(模式 0
- 使用 Kali Linux 盒子中的 RockYou 字典行字典攻击(模式 0
`hashcat --hash-type {{哈希类型id}} --attack-mode {{0}} {{哈希值}} {{/usr/share/wordlists/rockyou.txt}}`
`hashcat --hash-type {{hash_type_id}} --attack-mode {{0}} {{hash_value}} {{/usr/share/wordlists/rockyou.txt}}`
- 使用经过常见密码变体规则变换的 RockYou 字典,执行字典攻击(模式 0
- 使用经过常见密码变体变异的 RockYou 字典进行基于规则的字典攻击(模式 0
`hashcat --hash-type {{哈希类型id}} --attack-mode {{0}} --rules-file {{/usr/share/hashcat/rules/best64.rule}} {{哈希值}} {{/usr/share/wordlists/rockyou.txt}}`
`hashcat --hash-type {{hash_type_id}} --attack-mode {{0}} --rules-file {{/usr/share/hashcat/rules/best64.rule}} {{hash_value}} {{/usr/share/wordlists/rockyou.txt}}`
- 连接两个不同自定义字典的单词并执行组合攻击(模式 1
- 使用来自两个不同自定义字典的单词串联进行组合攻击(模式 1
`hashcat --hash-type {{哈希类型id}} --attack-mode {{1}} {{哈希值}} {{/路径/到/字典.txt}} {{/路径/到/字典.txt}}`
`hashcat --hash-type {{hash_type_id}} --attack-mode {{1}} {{hash_value}} {{/path/to/dictionary1.txt}} {{/path/to/dictionary2.txt}}`
- 显示已破解哈希的结果:
- 显示已破解哈希的结果:
`hashcat --show {{哈希值}}`
`hashcat --show {{hash_value}}`
- 显示所有示例哈希
- 显示所有示例哈希:
`hashcat --example-hashes`
`hashcat --example-hashes`