mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update (that .strip() was a leftover)
This commit is contained in:
@@ -78,7 +78,7 @@ def __oneShotErrorUse(expression, field):
|
|||||||
threadData.lastRequestUID else None, re.DOTALL | re.IGNORECASE)
|
threadData.lastRequestUID else None, re.DOTALL | re.IGNORECASE)
|
||||||
|
|
||||||
if isinstance(output, basestring):
|
if isinstance(output, basestring):
|
||||||
output = htmlunescape(output).replace("<br>", "\n").strip()
|
output = htmlunescape(output).replace("<br>", "\n")
|
||||||
|
|
||||||
if Backend.getIdentifiedDbms() == DBMS.MYSQL:
|
if Backend.getIdentifiedDbms() == DBMS.MYSQL:
|
||||||
if offset == 1:
|
if offset == 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user