mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
More drei stuff
This commit is contained in:
parent
2791ea51ea
commit
ff968c2331
13 changed files with 113 additions and 94 deletions
|
|
@ -1765,7 +1765,8 @@ def _cleanupOptions():
|
|||
conf.string = decodeStringEscape(conf.string)
|
||||
|
||||
if conf.getAll:
|
||||
map(lambda _: conf.__setitem__(_, True), WIZARD.ALL)
|
||||
for _ in WIZARD.ALL:
|
||||
conf.__setitem__(_, True)
|
||||
|
||||
if conf.noCast:
|
||||
for _ in list(DUMP_REPLACEMENTS.keys()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue