mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Fix for an Issue #433
This commit is contained in:
parent
f67148a9a4
commit
0b449bb1d9
4 changed files with 17 additions and 18 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue