mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-24 15:45:13 +00:00
few fixes here and there and multi-core processing for dictionary based hash attack
This commit is contained in:
parent
da049110df
commit
b8ffcf9495
8 changed files with 225 additions and 101 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue