mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Fix for an Issue #433
This commit is contained in:
@@ -14,6 +14,9 @@ paths = AttribDict()
|
||||
# object to store original command line options
|
||||
cmdLineOptions = AttribDict()
|
||||
|
||||
# object to store merged options (command line, configuration file and default options)
|
||||
mergedOptions = AttribDict()
|
||||
|
||||
# object to share within function and classes command
|
||||
# line options and settings
|
||||
conf = AttribDict()
|
||||
|
||||
Reference in New Issue
Block a user