mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-02 19:25:48 +03:00
bug fix
This commit is contained in:
parent
24ed99e5a3
commit
89a7516c35
|
@ -1402,7 +1402,7 @@ class Enumeration:
|
|||
value = inject.getValue(query, blind=False)
|
||||
|
||||
if column == colList[0]:
|
||||
if not value:
|
||||
if isNoneValue(value):
|
||||
breakRetrieval = True
|
||||
break
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user