mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
important update regarding restoring of potentially changed switch values in multi-target mode and/or missing switch values in resume mode
This commit is contained in:
parent
96341f8f78
commit
dce9a762f1
4 changed files with 57 additions and 2 deletions
|
|
@ -21,6 +21,9 @@ from lib.core.settings import FIREBIRD_ALIASES
|
|||
# sqlmap paths
|
||||
paths = advancedDict()
|
||||
|
||||
# object to store original command line options
|
||||
cmdLineOptions = advancedDict()
|
||||
|
||||
# object to share within function and classes command
|
||||
# line options and settings
|
||||
conf = advancedDict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue