mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
fixed display of TABs
This commit is contained in:
parent
438a636973
commit
373fea03a3
|
@ -125,7 +125,7 @@ def __oneShotErrorUse(expression, field):
|
|||
break
|
||||
|
||||
if kb.fileReadMode and output:
|
||||
dataToStdout(__formatPartialContent(output).replace(r"\n", "\n"))
|
||||
dataToStdout(__formatPartialContent(output).replace(r"\n", "\n").replace(r"\t", "\t"))
|
||||
else:
|
||||
retVal = output
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue
Block a user