mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-06 22:23:14 +03:00
session file no more
This commit is contained in:
parent
7dc4fc333f
commit
ea5d483c86
|
@ -163,7 +163,6 @@ optDict = {
|
||||||
|
|
||||||
"General": {
|
"General": {
|
||||||
#"xmlFile": "string",
|
#"xmlFile": "string",
|
||||||
"sessionFile": "string",
|
|
||||||
"trafficFile": "string",
|
"trafficFile": "string",
|
||||||
"batch": "boolean",
|
"batch": "boolean",
|
||||||
"charset": "string",
|
"charset": "string",
|
||||||
|
|
|
@ -496,10 +496,6 @@ def cmdLineParser():
|
||||||
#general.add_option("-x", dest="xmlFile",
|
#general.add_option("-x", dest="xmlFile",
|
||||||
# help="Dump the data into an XML file")
|
# 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",
|
general.add_option("-t", dest="trafficFile",
|
||||||
help="Log all HTTP traffic into a "
|
help="Log all HTTP traffic into a "
|
||||||
"textual file")
|
"textual file")
|
||||||
|
|
|
@ -544,9 +544,6 @@ regType =
|
||||||
# These options can be used to set some general working parameters.
|
# These options can be used to set some general working parameters.
|
||||||
[General]
|
[General]
|
||||||
|
|
||||||
# Save and resume all data retrieved on a session file.
|
|
||||||
sessionFile =
|
|
||||||
|
|
||||||
# Log all HTTP traffic into a textual file.
|
# Log all HTTP traffic into a textual file.
|
||||||
trafficFile =
|
trafficFile =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user