mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 12:42:18 +00:00
fixing few potential problems
This commit is contained in:
parent
c39d85420a
commit
d06182347f
3 changed files with 6 additions and 5 deletions
|
|
@ -1449,7 +1449,7 @@ class Enumeration:
|
|||
value = inject.getValue(query, blind=False)
|
||||
|
||||
if column == colList[0]:
|
||||
if isNoneValue(value) or not value:
|
||||
if isNoneValue(value):
|
||||
breakRetrieval = True
|
||||
break
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue