mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor update for --wizard mode
This commit is contained in:
parent
93859fdc42
commit
d99151ce5a
5 changed files with 15 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue