mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Another language update for Issue #45
This commit is contained in:
parent
f0e39c3fae
commit
32f52cdd04
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user