mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Removed unused code
This commit is contained in:
parent
9840a0491d
commit
d324704844
2 changed files with 0 additions and 6 deletions
|
|
@ -1194,9 +1194,6 @@ def __cleanupOptions():
|
||||||
if conf.data:
|
if conf.data:
|
||||||
conf.data = urldecode(conf.data)
|
conf.data = urldecode(conf.data)
|
||||||
|
|
||||||
if conf.template:
|
|
||||||
map(lambda x: conf.__setitem__(x, True), ['tor', 'flushSession', 'batch', 'getBanner', 'getCurrentUser', 'getCurrentDb', 'getDbs', 'randomAgent'])
|
|
||||||
|
|
||||||
def __setConfAttributes():
|
def __setConfAttributes():
|
||||||
"""
|
"""
|
||||||
This function set some needed attributes into the configuration
|
This function set some needed attributes into the configuration
|
||||||
|
|
|
||||||
|
|
@ -535,9 +535,6 @@ def cmdLineParser():
|
||||||
parser.add_option("--group-concat", dest="groupConcat", action="store_true",
|
parser.add_option("--group-concat", dest="groupConcat", action="store_true",
|
||||||
default=False, help=SUPPRESS_HELP)
|
default=False, help=SUPPRESS_HELP)
|
||||||
|
|
||||||
parser.add_option("--template", dest="template", action="store_true",
|
|
||||||
default=False, help=SUPPRESS_HELP)
|
|
||||||
|
|
||||||
parser.add_option_group(target)
|
parser.add_option_group(target)
|
||||||
parser.add_option_group(request)
|
parser.add_option_group(request)
|
||||||
parser.add_option_group(optimization)
|
parser.add_option_group(optimization)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue