mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 12:30:36 +03:00
minor update (that .strip() was a leftover)
This commit is contained in:
parent
db992a0a86
commit
9b1f2d82d0
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user