mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
update for Feature #61
This commit is contained in:
parent
ff419f7384
commit
48e0261e68
4 changed files with 44 additions and 23 deletions
|
|
@ -457,6 +457,9 @@ def cmdLineParser():
|
|||
help="Clean up the DBMS by sqlmap specific "
|
||||
"UDF and tables")
|
||||
|
||||
miscellaneous.add_option("--replicate", dest="replicate", action="store_true",
|
||||
help="Replicate dumped data into a sqlite database")
|
||||
|
||||
# Hidden and/or experimental options
|
||||
parser.add_option("--profile", dest="profile", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue