From 7edf6d8aa505309d846fd55f5388edc45c61799d Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Sat, 26 Apr 2014 10:33:55 -0400 Subject: [PATCH] Create oclhashcat.md --- tools/oclhashcat.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tools/oclhashcat.md diff --git a/tools/oclhashcat.md b/tools/oclhashcat.md new file mode 100644 index 0000000..e9f5742 --- /dev/null +++ b/tools/oclhashcat.md @@ -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/) +