mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
fix for those ugly DEBUG messages in brute mode
This commit is contained in:
parent
5b21352656
commit
228cc68747
5 changed files with 15 additions and 9 deletions
|
|
@ -307,7 +307,8 @@ def errorUse(expression, expected=None, resumeValue=True, dump=False):
|
|||
|
||||
duration = calculateDeltaSeconds(start)
|
||||
|
||||
debugMsg = "performed %d queries in %d seconds" % (reqCount, duration)
|
||||
logger.debug(debugMsg)
|
||||
if not kb.bruteMode:
|
||||
debugMsg = "performed %d queries in %d seconds" % (reqCount, duration)
|
||||
logger.debug(debugMsg)
|
||||
|
||||
return outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue