mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
proper debug message added - issue #75
This commit is contained in:
parent
ee3aeb8dcf
commit
01474f6272
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user