major speed improvement of hash cracking

This commit is contained in:
Miroslav Stampar
2011-11-02 06:53:43 +00:00
parent b3a57391e4
commit d735582536
2 changed files with 25 additions and 21 deletions

View File

@@ -324,7 +324,7 @@ URLENCODE_CHAR_LIMIT = 2000
DEFAULT_MSSQL_SCHEMA = 'dbo'
# Display hash attack info every mod number of items
HASH_MOD_ITEM_DISPLAY = 1597
HASH_MOD_ITEM_DISPLAY = 11
# Maximum integer value
MAX_INT = sys.maxint