diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index 9b59f7fe3..172877802 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -163,7 +163,6 @@ optDict = { "General": { #"xmlFile": "string", - "sessionFile": "string", "trafficFile": "string", "batch": "boolean", "charset": "string", diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index d230a5a29..63dd6f737 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -496,10 +496,6 @@ def cmdLineParser(): #general.add_option("-x", dest="xmlFile", # help="Dump the data into an XML file") - general.add_option("-s", dest="sessionFile", - help="Save and resume all data retrieved " - "on a session file") - general.add_option("-t", dest="trafficFile", help="Log all HTTP traffic into a " "textual file") diff --git a/sqlmap.conf b/sqlmap.conf index 1ace5abab..fcb59376f 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -544,9 +544,6 @@ regType = # These options can be used to set some general working parameters. [General] -# Save and resume all data retrieved on a session file. -sessionFile = - # Log all HTTP traffic into a textual file. trafficFile =