mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Adding change verbosity level in testing phase when Ctrl+C pressed
This commit is contained in:
parent
304c9822bd
commit
334c698d53
2 changed files with 15 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ import time
|
|||
import urllib2
|
||||
import urlparse
|
||||
|
||||
import lib.controller.checks
|
||||
import lib.core.common
|
||||
import lib.core.threads
|
||||
import lib.core.convert
|
||||
|
|
@ -2167,6 +2168,7 @@ def _resolveCrossReferences():
|
|||
lib.core.common.getPageTemplate = getPageTemplate
|
||||
lib.core.convert.singleTimeWarnMessage = singleTimeWarnMessage
|
||||
lib.request.connect.setHTTPProxy = _setHTTPProxy
|
||||
lib.controller.checks.setVerbosity = setVerbosity
|
||||
|
||||
def initOptions(inputOptions=AttribDict(), overrideOptions=False):
|
||||
if not inputOptions.disableColoring:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue