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

@@ -158,6 +158,9 @@ def _formatInjection(inj):
return data
def _showInjections():
if conf.wizard and kb.wizardMode:
kb.wizardMode = False
if kb.testQueryCount > 0:
header = "sqlmap identified the following injection point(s) with "
header += "a total of %d HTTP(s) requests" % kb.testQueryCount