mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +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
|
# Automatically patching last char trimming cases
|
||||||
if kb.chars.stop not in page and kb.chars.stop[:-1] in page:
|
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)
|
singleTimeWarnMessage(warnMsg)
|
||||||
page = page.replace(kb.chars.stop[:-1], kb.chars.stop)
|
page = page.replace(kb.chars.stop[:-1], kb.chars.stop)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user