mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 11:45:46 +03:00
more appropriate
This commit is contained in:
parent
64f18724ad
commit
3bd6e538f8
|
@ -82,7 +82,7 @@ def __findUnionCharCount(comment, place, parameter, value, prefix, suffix, where
|
||||||
kb.errorIsNone = popValue()
|
kb.errorIsNone = popValue()
|
||||||
|
|
||||||
if retVal:
|
if retVal:
|
||||||
infoMsg = "target url is UNION injectable with %d columns" % retVal
|
infoMsg = "target url appears to be UNION injectable with %d columns" % retVal
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user