mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor update (--technique=E --common-files)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user