mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
just to not cause confusion
This commit is contained in:
@@ -73,7 +73,7 @@ def __oneShotErrorUse(expression, field):
|
|||||||
else:
|
else:
|
||||||
retVal += output if output else ''
|
retVal += output if output else ''
|
||||||
|
|
||||||
if not (output and len(output) >= MYSQL_ERROR_CHUNK_LENGTH):
|
if not (output and len(output) == MYSQL_ERROR_CHUNK_LENGTH):
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
offset += MYSQL_ERROR_CHUNK_LENGTH
|
offset += MYSQL_ERROR_CHUNK_LENGTH
|
||||||
|
|||||||
Reference in New Issue
Block a user