mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -58,7 +58,7 @@ def __oneShotErrorUse(expression, field):
|
||||
offset = 1
|
||||
chunk_length = None
|
||||
|
||||
if not retVal:
|
||||
if retVal is None:
|
||||
while True:
|
||||
check = "%s(?P<result>.*?)%s" % (kb.chars.start, kb.chars.stop)
|
||||
trimcheck = "%s(?P<result>.*?)</" % (kb.chars.start)
|
||||
|
||||
Reference in New Issue
Block a user