mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
Update and rename _template.md to truecrack.md
Added some decription, Links, etc
This commit is contained in:
@@ -1,30 +0,0 @@
|
|||||||
# Tool Name
|
|
||||||
|
|
||||||
Notes
|
|
||||||
-------
|
|
||||||
General information about the tool.
|
|
||||||
|
|
||||||
What would you use this tool for?
|
|
||||||
Why would you use it?
|
|
||||||
|
|
||||||
|
|
||||||
Help Text
|
|
||||||
-------
|
|
||||||
```
|
|
||||||
Text output goes here
|
|
||||||
|
|
||||||
For graphical tools, please include a note stating "This is a graphical tool" and include an example of how to launch the tool
|
|
||||||
```
|
|
||||||
|
|
||||||
Example Usage
|
|
||||||
-------
|
|
||||||
Any helpful examples found around the web or from personal experience
|
|
||||||
|
|
||||||
```
|
|
||||||
Actual commands can go here
|
|
||||||
```
|
|
||||||
|
|
||||||
Links
|
|
||||||
-------
|
|
||||||
Include a link to the tools source / github / sourceforge / etc.
|
|
||||||
Include any links to helpful example such as videos, webpages, etc.
|
|
||||||
27
tools/truecrack.md
Normal file
27
tools/truecrack.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# 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/)
|
||||||
Reference in New Issue
Block a user