mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Minor update/patch
This commit is contained in:
parent
240e9f3f7e
commit
7614c815ed
|
@ -516,9 +516,20 @@ def _restoreCmdLineOptions():
|
||||||
Restore command line options that could be possibly
|
Restore command line options that could be possibly
|
||||||
changed during the testing of previous target.
|
changed during the testing of previous target.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
conf.col = cmdLineOptions.col
|
||||||
|
conf.db = cmdLineOptions.db
|
||||||
|
conf.dnsName = cmdLineOptions.dnsName
|
||||||
|
conf.privEsc = cmdLineOptions.privEsc
|
||||||
|
conf.tbl = cmdLineOptions.tbl
|
||||||
conf.regexp = cmdLineOptions.regexp
|
conf.regexp = cmdLineOptions.regexp
|
||||||
conf.string = cmdLineOptions.string
|
conf.string = cmdLineOptions.string
|
||||||
conf.textOnly = cmdLineOptions.textOnly
|
conf.textOnly = cmdLineOptions.textOnly
|
||||||
|
conf.threads = cmdLineOptions.threads
|
||||||
|
conf.timeSec = cmdLineOptions.timeSec
|
||||||
|
conf.tmpPath = cmdLineOptions.tmpPath
|
||||||
|
conf.uChar = cmdLineOptions.uChar
|
||||||
|
conf.user = cmdLineOptions.user
|
||||||
|
|
||||||
def initTargetEnv():
|
def initTargetEnv():
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user