mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor update (--technique=E --common-files)
This commit is contained in:
parent
819bf47a11
commit
b62680b4bc
2 changed files with 2 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ def _oneShotErrorUse(expression, field=None, chunkTest=False):
|
|||
else:
|
||||
break
|
||||
|
||||
if output and conf.verbose in (1, 2) and not conf.api:
|
||||
if output and conf.verbose in (1, 2) and not any((conf.api, kb.bruteMode)):
|
||||
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