mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Language update for Issue #45
This commit is contained in:
parent
c0f16f0c1a
commit
f0e39c3fae
|
@ -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 last char trimming output"
|
||||
warnMsg = "automatically patching output with last char trimmed"
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
page = page.replace(kb.chars.stop[:-1], kb.chars.stop)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user