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/
TrueCrack首页 | 卡利TrueCrack回购
- 作者:卢卡·瓦卡罗
- 许可:GPLv3的
包含在truecrack包工具
truecrack - 猜解密码破解的TrueCrypt的卷
[email protected]:~# truecrack --help
TrueCrack v3.0
Website: http://code.google.com/p/truecrack
Contact us: [email protected]
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 <truecrypt_file> -k <ripemd160|sha512|whirlpool> -w <wordlist_file> [-b <parallel_block>]
truecrack -t <truecrypt_file> -k <ripemd160|sha512|whirlpool> -c <charset> [-s <minlength>] -m <maxlength> [-b <parallel_block>]
Options:
-h --help Display this information.
-t --truecrypt <truecrypt_file> Truecrypt volume file.
-k --key <ripemd160 | sha512 | whirlpool> Key derivation function (default ripemd160).
-b --blocksize <parallel_blocks> Number of parallel computations (board dependent).
-w --wordlist <wordlist_file> File of words, for Dictionary attack.
-c --charset <alphabet> Alphabet generator, for Alphabet attack.
-s --startlength <minlength> Starting length of passwords, for Alphabet attack (default 1).
-m --maxlength <maxlength> Maximum length of passwords, for Alphabet attack.
-r --restore <number> Restore the computation.
-v --verbose Show computation messages.
Sample:
Dictionary mode: truecrack --truecrypt ./volume --wordlist ./dictionary.txt
Charset mode: truecrack --truecrypt ./volume --charset ./dictionary.txt --maxlength 10
truecrack用法示例
[email protected]:~# truecrack -t truecrypt_vol -k ripemd160 -w passes.txt
TrueCrack v3.0
Website: http://code.google.com/p/truecrack
Contact us: [email protected]
Found password: "s3cr3t"
Password length: "7"
Total computations: "78"