Minor update for --wizard mode

This commit is contained in:
Miroslav Stampar
2018-02-27 12:37:45 +01:00
parent 93859fdc42
commit d99151ce5a
5 changed files with 15 additions and 9 deletions

View File

@@ -2038,6 +2038,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
kb.uChar = NULL
kb.unionDuplicates = False
kb.wafSpecificResponse = None
kb.wizardMode = False
kb.xpCmdshellAvailable = False
if flushAll:
@@ -2119,6 +2120,8 @@ def _useWizardInterface():
dataToStdout("\nsqlmap is running, please wait..\n\n")
kb.wizardMode = True
def _saveConfig():
"""
Saves the command line options to a sqlmap configuration INI file