mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
minor update
This commit is contained in:
@@ -157,7 +157,7 @@ def __findUnionCharCount(comment, place, parameter, value, prefix, suffix, where
|
|||||||
|
|
||||||
if retVal:
|
if retVal:
|
||||||
infoMsg = "target url appears to be UNION injectable with %d columns" % retVal
|
infoMsg = "target url appears to be UNION injectable with %d columns" % retVal
|
||||||
logger.info(infoMsg)
|
singleTimeLogMessage(infoMsg)
|
||||||
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user