Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CoalfireLabs/crackHOR
Browse files Browse the repository at this point in the history
  • Loading branch information
hatRiot committed Oct 20, 2014
2 parents 3c29853 + 0dd813e commit 5cfc8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
Doozer
========
Doozer is an extensible, automated hash cracking utility used to automate the parsing, cracking, and organization of password hashes. Currently, masterHOR supports nt/lm, ntlmv1, and ntlmv2 hashes (from Responder or SAM), but sports a modular architecture that allows other hash types to be trivially plugged in. A simple, Django-based web interface allows users to view cracking sessions in real time, view session results, and search the hash database. A simple REST API is also exposed, allowing scripts to easily interface with the database.
Doozer is an extensible, automated hash cracking utility used to automate the parsing, cracking, and organization of password hashes. Currently, Doozer supports nt/lm, ntlmv1, and ntlmv2 hashes (from Responder or SAM), but sports a modular architecture that allows other hash types to be trivially plugged in. A simple, Django-based web interface allows users to view cracking sessions in real time, view session results, and search the hash database. A simple REST API is also exposed, allowing scripts to easily interface with the database.

Doozer features a folder monitoring solution; in order to provide a seamless method for cracking hashes, masterHOR allows you to set a folder that it will monitor for hash files. Once a file is dropped into this location, masterHOR will move it to a working directory and queue it for cracking. masterHOR supports a configurable number of parallel cracking sessions as well as a simple queuing system to automatically start up sessions once one has completed. This is configured in `crackHOR2/core/sethor.py`.
Doozer features a folder monitoring solution; in order to provide a seamless method for cracking hashes, Doozer allows you to set a folder that it will monitor for hash files. Once a file is dropped into this location, Doozer will move it to a working directory and queue it for cracking. Doozer supports a configurable number of parallel cracking sessions as well as a simple queuing system to automatically start up sessions once one has completed. This is configured in `doozer/core/sethor.py`.

There are bugs, and Doozer is currently still in development.

Expand Down

0 comments on commit 5cfc8f8

Please sign in to comment.