few fixes here and there and multi-core processing for dictionary based hash attack

This commit is contained in:
Miroslav Stampar
2011-07-04 19:58:41 +00:00
parent da049110df
commit b8ffcf9495
8 changed files with 225 additions and 101 deletions

View File

@@ -164,7 +164,7 @@ class Miscellaneous:
if not choice or choice == "1":
choice = "1"
condParam = " LIKE '%%%s%%'"
elif choice.isdigit() and choice == "2":
elif choice == "2":
condParam = "='%s'"
else:
errMsg = "invalid value"