mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
new option -t
This commit is contained in:
parent
4e6d1b5118
commit
a3de10e3a2
4 changed files with 39 additions and 6 deletions
|
|
@ -456,6 +456,10 @@ def cmdLineParser():
|
|||
help="Save and resume all data retrieved "
|
||||
"on a session file")
|
||||
|
||||
miscellaneous.add_option("-t", dest="trafficFile",
|
||||
help="Save all HTTP traffic data "
|
||||
"into a textual file")
|
||||
|
||||
miscellaneous.add_option("--flush-session", dest="flushSession",
|
||||
action="store_true", default=False,
|
||||
help="Flush session file for current target")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue