mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
resume of brute forced data is now available
This commit is contained in:
parent
c7a160bf72
commit
9fb0e0fc85
5 changed files with 101 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue