cosmetics

This commit is contained in:
Bernardo Damele 2011-04-21 10:54:12 +00:00
parent e1a8d268d8
commit fbe5ba5394

View File

@ -132,9 +132,11 @@ def __unionPosition(comment, place, parameter, value, prefix, suffix, count, whe
payload, True) or "")
unionErrorCase = kb.errorIsNone and wasLastRequestDBMSError()
if unionErrorCase:
warnMsg = "combined UNION/ERROR sql injection case found on column %d. " % (position + 1)
warnMsg += "will try to find another column with better characteristics."
warnMsg = "combined UNION/ERROR SQL injection case found on "
warnMsg += "column %d. sqlmap will try to find another " % (position + 1)
warnMsg += "column with better characteristics"
logger.warn(warnMsg)
if content and phrase in content: