mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
28 lines
431 B
Markdown
28 lines
431 B
Markdown
# Truecrack
|
|
|
|
Notes
|
|
-------
|
|
Truecrack performs bruteforce password attacks on Truecrypt containers. It works on Linux and it is optimized for Nvidia Cuda technology.
|
|
|
|
What would you use this tool for?
|
|
Why would you use it?
|
|
|
|
|
|
Help Text
|
|
-------
|
|
```
|
|
TBA
|
|
```
|
|
|
|
Example Usage
|
|
-------
|
|
|
|
|
|
```
|
|
truecrack --truecrypt <container.tc> --wordlist <password.txt>
|
|
```
|
|
|
|
Links
|
|
-------
|
|
[Truecrack project hosting](https://code.google.com/p/truecrack/)
|