mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 04:20:35 +03:00
minor cosmetics
This commit is contained in:
parent
54576ab3a6
commit
d765cdc3a3
|
@ -208,7 +208,7 @@ def __unionPosition(comment, place, parameter, prefix, suffix, count, where=PAYL
|
||||||
unionErrorCase = kb.errorIsNone and wasLastRequestDBMSError()
|
unionErrorCase = kb.errorIsNone and wasLastRequestDBMSError()
|
||||||
|
|
||||||
if unionErrorCase:
|
if unionErrorCase:
|
||||||
warnMsg = "combined UNION/ERROR SQL injection case found on "
|
warnMsg = "combined UNION/error SQL injection case found on "
|
||||||
warnMsg += "column %d. sqlmap will try to find another " % (position + 1)
|
warnMsg += "column %d. sqlmap will try to find another " % (position + 1)
|
||||||
warnMsg += "column with better characteristics"
|
warnMsg += "column with better characteristics"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user