Skip to content

Commit d765cdc

Browse files
committed
minor cosmetics
1 parent 54576ab commit d765cdc

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 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)