mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
cosmetics
This commit is contained in:
parent
e1a8d268d8
commit
fbe5ba5394
|
@ -132,9 +132,11 @@ def __unionPosition(comment, place, parameter, value, prefix, suffix, count, whe
|
||||||
payload, True) or "")
|
payload, True) or "")
|
||||||
|
|
||||||
unionErrorCase = kb.errorIsNone and wasLastRequestDBMSError()
|
unionErrorCase = kb.errorIsNone and wasLastRequestDBMSError()
|
||||||
|
|
||||||
if unionErrorCase:
|
if unionErrorCase:
|
||||||
warnMsg = "combined UNION/ERROR sql injection case found on column %d. " % (position + 1)
|
warnMsg = "combined UNION/ERROR SQL injection case found on "
|
||||||
warnMsg += "will try to find another column with better characteristics."
|
warnMsg += "column %d. sqlmap will try to find another " % (position + 1)
|
||||||
|
warnMsg += "column with better characteristics"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
if content and phrase in content:
|
if content and phrase in content:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user