mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #2496
This commit is contained in:
parent
3140fd0ca6
commit
ebbc68853d
3 changed files with 4 additions and 4 deletions
|
|
@ -176,7 +176,7 @@ def _oneShotErrorUse(expression, field=None, chunkTest=False):
|
|||
else:
|
||||
break
|
||||
|
||||
if output:
|
||||
if output and conf.verbose in (1, 2) and not conf.api:
|
||||
if kb.fileReadMode:
|
||||
dataToStdout(_formatPartialContent(output).replace(r"\n", "\n").replace(r"\t", "\t"))
|
||||
elif offset > 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue