mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 16:24:25 +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
|
# Skip enumeration of cells that have a value length of 0
|
||||||
if not inject.checkBooleanExpression(agent.forgeQueryOutputLengthZero(query)):
|
if not inject.checkBooleanExpression(agent.forgeQueryOutputLengthZero(query)):
|
||||||
logger.debug(query)
|
logger.debug("column '%s', entry %d is blank" % (column, index+1))
|
||||||
value = ""
|
value = ""
|
||||||
else:
|
else:
|
||||||
value = inject.getValue(query, inband=False, error=False, dump=True)
|
value = inject.getValue(query, inband=False, error=False, dump=True)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user