mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
resume of brute forced data is now available
This commit is contained in:
@@ -403,7 +403,8 @@ def getValue(expression, blind=True, inband=True, error=True, time=True, fromUse
|
||||
query = expandAsteriskForColumns(query)
|
||||
value = None
|
||||
found = False
|
||||
query = query.replace("DISTINCT ", "")
|
||||
if query and not 'COUNT(*)' in query:
|
||||
query = query.replace("DISTINCT ", "")
|
||||
count = 0
|
||||
|
||||
if expected == EXPECTED.BOOL:
|
||||
|
||||
Reference in New Issue
Block a user