mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
added new option --flush-session
This commit is contained in:
parent
a839566bb2
commit
58d54b6515
5 changed files with 52 additions and 37 deletions
|
|
@ -397,6 +397,9 @@ def cmdLineParser():
|
|||
help="Save and resume all data retrieved "
|
||||
"on a session file")
|
||||
|
||||
miscellaneous.add_option("--flush-session", dest="flushSession", action="store_true",
|
||||
help="Flush session file for current target")
|
||||
|
||||
miscellaneous.add_option("--eta", dest="eta", action="store_true",
|
||||
help="Display for each output the "
|
||||
"estimated time of arrival")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue