mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
improved test switch --live-test and minor refactoring
This commit is contained in:
parent
f40c52cc17
commit
2926c815bf
5 changed files with 66 additions and 61 deletions
|
|
@ -1731,7 +1731,7 @@ def _saveCmdline():
|
|||
infoMsg = "saved command line options on '%s' configuration file" % paths.SQLMAP_CONFIG
|
||||
logger.info(infoMsg)
|
||||
|
||||
def _setVerbosity():
|
||||
def setVerbosity():
|
||||
"""
|
||||
This function set the verbosity of sqlmap output messages.
|
||||
"""
|
||||
|
|
@ -2057,7 +2057,7 @@ def init(inputOptions=AttribDict(), overrideOptions=False):
|
|||
_setKnowledgeBaseAttributes()
|
||||
_mergeOptions(inputOptions, overrideOptions)
|
||||
_useWizardInterface()
|
||||
_setVerbosity()
|
||||
setVerbosity()
|
||||
_saveCmdline()
|
||||
_setRequestFromFile()
|
||||
_cleanupOptions()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue