Skip to content

Commit ae8c70e

Browse files
committed
another cosmetics
1 parent d765cdc commit ae8c70e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/union/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def __unionPosition(comment, place, parameter, prefix, suffix, count, where=PAYL
208208
unionErrorCase = kb.errorIsNone and wasLastRequestDBMSError()
209209

210210
if unionErrorCase:
211-
warnMsg = "combined UNION/error SQL injection case found on "
211+
warnMsg = "combined UNION/error-based SQL injection case found on "
212212
warnMsg += "column %d. sqlmap will try to find another " % (position + 1)
213213
warnMsg += "column with better characteristics"
214214
logger.warn(warnMsg)

0 commit comments

Comments
 (0)