mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Another language update for Issue #45
This commit is contained in:
@@ -81,7 +81,7 @@ def __oneShotUnionUse(expression, unpack=True, limited=False):
|
||||
|
||||
# Automatically patching last char trimming cases
|
||||
if kb.chars.stop not in page and kb.chars.stop[:-1] in page:
|
||||
warnMsg = "automatically patching output with last char trimmed"
|
||||
warnMsg = "automatically patching output having last char trimmed"
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
page = page.replace(kb.chars.stop[:-1], kb.chars.stop)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user