-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Will Pennell
authored and
Will Pennell
committed
Apr 26, 2014
1 parent
86826d7
commit 7edf6d8
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# oclhashcat | ||
|
||
Notes | ||
------- | ||
Hashcat is the self-proclaimed world’s fastest CPU-based password recovery tool. It is available free of charge, although it has a proprietary codebase. Versions are available for Linux, OSX, and Windows and can come in CPU-based or GPU-based variants. Hashcat currently supports a large range of hashing algorithms, including: Microsoft LM Hashes, MD4, MD5, SHA-family, Unix Crypt formats, MySQL, Cisco PIX, and many others.[1] | ||
|
||
|
||
Help Text | ||
------- | ||
``` | ||
NEED TO CONFIGURE GRAPHICS CARD PRIOR TO USE | ||
``` | ||
|
||
Example Usage | ||
------- | ||
Any helpful examples found around the web or from personal experience | ||
|
||
``` | ||
Actual commands can go here | ||
``` | ||
|
||
Links | ||
------- | ||
1. [Wikipedia](http://en.wikipedia.org/wiki/Hashcat) | ||
2. [Hashcat](http://hashcat.net/oclhashcat/) | ||
|
7edf6d8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oclhashcat isn't working my copy of kali. I need to set up my graphic card, and I can't be arsed to do it on a VM this weekend. I wanted to get a place holder in, and open up an issue to address: Issue #91