TrueCrack包装说明
TrueCrack是蛮力密码破解的TrueCrypt加密卷。它适用于Linux和它的NVIDIA CUDA技术进行了优化。它支持:
- PBKDF2(在PKCS5 V2.0定义),基于密钥导出函数:RIPEMD160,SHA512和惠而浦。
- XTS块的基础上加密算法的硬盘加密密码方式:AES,蛇,TWOFISH。
- 文件托管(容器)和分区/设备托管。
- 隐藏卷和备份头。 TrueCrack能够根据执行蛮力攻击:
- 词典:从字的文件中读取密码。
- 字母:生成给定长度从给定的字母表中的所有密码。 TrueCrack工作在GPU和CPU 资料来源:https://code.google.com/p/truecrack/
- 作者:卢卡·瓦卡罗
许可:GPLv3的
包含在truecrack包工具
truecrack - 猜解密码破解的TrueCrypt的卷 ```bash
:~# truecrack --help TrueCrack v3.0 Website: http://code.google.com/p/truecrack Contact us:
Bruteforce password cracker for Truecrypt volume. Optimazed with Nvidia Cuda technology.
Based on TrueCrypt, freely available at http://www.truecrypt.org/
Copyright (c) 2011 by Luca Vaccaro.
Usage:
truecrack -t
## 0x01 truecrack用法示例
```bash
:~# truecrack -t truecrypt_vol -k ripemd160 -w passes.txt
TrueCrack v3.0
Website: http://code.google.com/p/truecrack
Contact us:
Found password: "s3cr3t"
Password length: "7"
Total computations: "78"
原文来自:https://www.hackfun.org/kali-tools/truecrack_zh.html。转载请注明原出处,商用请联系原作者授权。