From 2f355db23061e82115250020fae5e5f2ff6a8a0c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 2 Nov 2011 09:32:15 +0000 Subject: [PATCH] minor fix --- lib/utils/hash.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/utils/hash.py b/lib/utils/hash.py index c74c343d4..0f2e471a3 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -366,8 +366,6 @@ def __bruteProcessVariantA(attack_info, hash_regex, wordlist, suffix, retVal, pr count += 1 if current in hashes: - continue - for item in list(attack_info): ((user, hash_), _) = item