mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
proper debug message added - issue #75
This commit is contained in:
@@ -1742,7 +1742,7 @@ class Enumeration:
|
||||
|
||||
# Skip enumeration of cells that have a value length of 0
|
||||
if not inject.checkBooleanExpression(agent.forgeQueryOutputLengthZero(query)):
|
||||
logger.debug(query)
|
||||
logger.debug("column '%s', entry %d is blank" % (column, index+1))
|
||||
value = ""
|
||||
else:
|
||||
value = inject.getValue(query, inband=False, error=False, dump=True)
|
||||
|
||||
Reference in New Issue
Block a user